Skip to content

Commit

Permalink
chore: add scripts:version
Browse files Browse the repository at this point in the history
  • Loading branch information
孙颢 committed Dec 4, 2018
1 parent a079bf0 commit 43f0e37
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 @@ -6,6 +6,7 @@
"publish": "npm publish --access=public",
"dev": "webpack --config webpack.js --watch --progress",
"build": "cross-env NODE_ENV=production webpack --config webpack.js",
"version": "standard-version -r patch",
"test:init": "mkdir ~/Documents/imsunhao/sh-blog/node_modules/@bestminr && ln -s ~/Documents/imsunhao/lib/build ~/Documents/imsunhao/sh-blog/node_modules/@bestminr/build",
"test:reTest": "rm -rf ~/Documents/imsunhao/sh-blog/node_modules/@bestminr/build && ln -s ~/Documents/imsunhao/lib/build ~/Documents/imsunhao/sh-blog/node_modules/@bestminr/build",
"test:reTest:blueberry": "rm -rf /Users/sunhao/Documents/blueberry/node_modules/@bestminr/build && ln -s ~/Documents/imsunhao/lib/build /Users/sunhao/Documents/blueberry/node_modules/@bestminr/build"
Expand Down

0 comments on commit 43f0e37

Please sign in to comment.