Skip to content

Commit

Permalink
Try fixing release script for real
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhayon committed May 31, 2022
1 parent 0d3c3a1 commit 87cba8e
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 && yarn npm publish ./dist/",
"release": "yarn prerelease && cd ./dist/ && yarn npm publish",
"test": "jest",
"test:coverage": "jest --coverage"
},
Expand Down

0 comments on commit 87cba8e

Please sign in to comment.