Skip to content

Commit

Permalink
chore: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed Nov 30, 2021
1 parent fdf2be0 commit bfaf849
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 @@ -16,7 +16,7 @@
"dev": "yarn prebuild && lerna exec --scope site -- yarn start",
"deploy:build": "yarn prebuild && lerna exec --scope site -- yarn build -p",
"deploy": "lerna exec --scope site -- gh-pages -d assets",
"release": "yarn prepublishOnly && lerna publish",
"release": "lerna publish",
"prepublishOnly": "yarn lint && yarn build && yarn test",
"prettier": "prettier -c --write '**/*'",
"pretty-quick": "pretty-quick",
Expand Down

0 comments on commit bfaf849

Please sign in to comment.