Skip to content

Commit

Permalink
Fix release script [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedpair committed Oct 21, 2020
1 parent 34519d2 commit c9de8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "tsc && mocha ./lib/tests/_suite.js",
"build": "tsc",
"release": "npm install && npm run build && npm prune --production && git add -f node_modules/* && git add -f lib/*",
"release": "npm ci && npm run build && npm prune --production && git add -f node_modules/* && git add -f lib/*",
"fix:prettier": "prettier --write 'src/**/*.ts'",
"fix:eslint": "eslint 'src/**/*.ts' --fix",
"fix": "npm run fix:eslint && npm run fix:prettier",
Expand Down

0 comments on commit c9de8ea

Please sign in to comment.