Skip to content

Commit d29446e

Browse files
committed
commit changes to lib when bumping version
1 parent c937a6f commit d29446e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"start": "npm run start-test_dashboard",
5252
"baseline": "node tasks/baseline.js",
5353
"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",
54+
"version": "npm run build && npm run no-bad-char && git add -A lib dist build src/version.js",
5555
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
5656
"postpublish": "node tasks/sync_packages.js",
5757
"postshrinkwrap": "chttps ."

0 commit comments

Comments
 (0)