Skip to content

Commit

Permalink
Try again fixing release script
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhayon committed May 31, 2022
1 parent 87cba8e commit 01d0aff
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 @@ -33,7 +33,7 @@
"prettier": "prettier --check ./",
"prettier:fix": "prettier --write ./",
"prerelease": "yarn build && ./scripts/hybridize.sh && cp ./package.json ./*.md ./dist/",
"release": "yarn prerelease && cd ./dist/ && yarn npm publish",
"release": "yarn prerelease && npm publish ./dist/",
"test": "jest",
"test:coverage": "jest --coverage"
},
Expand Down

0 comments on commit 01d0aff

Please sign in to comment.