Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sarisia committed Jun 1, 2021
1 parent 7c899b2 commit 5349d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"test": "jest --verbose --ci --detectOpenHandles",
"build": "npx tsc",
"release": "npm install && npm run build && npm prune --production",
"version": "npm run release"
"release": "rm -rf node_modules && npm ci && npm run build && npm prune --production",
"version": "npm run release && git add ."
},
"author": "Sarisia",
"license": "MIT",
Expand Down

0 comments on commit 5349d51

Please sign in to comment.