Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
chore: update release command
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Nov 18, 2019
1 parent cf852e7 commit 0989880
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 @@ -18,7 +18,7 @@
"test": "scripts/test.sh",
"test:unit": "jest",
"test:watch": "jest --watch",
"release": "git checkout dist/ && rm -rf node_modules && yarn && ./scripts/release.js",
"release": "./scripts/release.js",
"changelog:view-last": "conventional-changelog -u -n scripts/conventional-changelog/",
"changelog:update": "conventional-changelog -i CHANGELOG -s -u -n scripts/conventional-changelog/"
},
Expand Down

0 comments on commit 0989880

Please sign in to comment.