Skip to content

Commit b3480f7

Browse files
committed
run 'sync packages' tasks as postpublish step
1 parent e20dbbd commit b3480f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"baseline": "node tasks/baseline.js",
4747
"preversion": "check-node-version --node 8 --npm 5 && npm-link-check && npm ls --prod",
4848
"version": "npm run build && git add -A dist src build",
49-
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\""
49+
"postversion": "node -e \"console.log('Version bumped and committed. If ok, run: git push && git push --tags')\"",
50+
"postpublish": "node tasks/sync_package.js"
5051
},
5152
"browserify": {
5253
"transform": [

0 commit comments

Comments
 (0)