@ferlab/next
Advanced tools
Comparing version 0.0.10 to 0.0.11
{ | ||
"name": "@ferlab/next", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Shared library for our wrappers GraphQL APIs", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -12,13 +12,19 @@ <p align="center"> | ||
* Execute: `npm run dev` | ||
* Execute: `npm run dev` to test the build with your changes | ||
* Execute: `npm link` in ferlab-next | ||
* Execute: `npm link @ferlab/next` in your local project | ||
### with local wrapper-next project: | ||
Helped by https://advancedweb.hu/modern-javascript-library-starter | ||
* Execute: `npm link` here in ferlab-next | ||
* Execute: `npm link @ferlab/next` in your local wrapper-next project | ||
### General | ||
OR (because there are incompatibility with duplicate graphql module when we start the wrapper-next with ferlab-next in link) | ||
### Test | ||
* Execute: `npm pack` here in ferlab-next: this creates "ferlab-next-x.x.x.tgz" | ||
* Execute `npm install ../ferlab-next/ferlab-next-x.x.x.tgz` in your local wrapper-next project | ||
* Then you are allow to run dev your local wrapper-next project with the pack without have to push to npm your local of ferlab-next | ||
* Execute: `npm run test` | ||
## Test | ||
* Execute: `npm run test` | ||
Starter helped by https://advancedweb.hu/modern-javascript-library-starter |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
521503
199
6790
30