Skip to content

Commit

Permalink
Merge pull request #264 from antvis/add-script
Browse files Browse the repository at this point in the history
sync to tnpm when publishing a new version
  • Loading branch information
paleface001 authored Nov 19, 2019
2 parents 22ff392 + 150a97c commit 3efeac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"site:clean": "gatsby clean",
"site:deploy": "npm run site:build && gh-pages -d public",
"prepublishOnly": "run-s lint-check test build",
"publish": "npm publish && tnpm sync",
"build": "run-s clean lib dist",
"clean": "rimraf lib esm dist",
"lib": "run-p lib:*",
Expand Down

0 comments on commit 3efeac4

Please sign in to comment.