Skip to content

Commit

Permalink
chore: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 18, 2021
1 parent 0994cf6 commit 7152253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"scripts": {
"build": "siroc build",
"lint": "eslint --ext ts .",
"release": "yarn test && yarn build && standard-version && npm publish && git push --follow-tags",
"release": "yarn test && yarn build && standard-version && yarn publish && git push --follow-tags",
"profile": "0x -o -D .profile -P 'autocannon -c 100 -p 10 -d 40 http://localhost:$PORT' ./hello.js",
"test": "yarn lint && jest"
},
Expand Down

0 comments on commit 7152253

Please sign in to comment.