We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c937a6f commit d29446eCopy full SHA for d29446e
package.json
@@ -51,7 +51,7 @@
51
"start": "npm run start-test_dashboard",
52
"baseline": "node tasks/baseline.js",
53
"preversion": "check-node-version --node 12 --npm 6.14 && npm-link-check && npm ls --prod",
54
- "version": "npm run build && npm run no-bad-char && git add -A dist build src/version.js",
+ "version": "npm run build && npm run no-bad-char && git add -A lib dist build src/version.js",
55
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
56
"postpublish": "node tasks/sync_packages.js",
57
"postshrinkwrap": "chttps ."
0 commit comments