Skip to content

Commit

Permalink
Remove deploy prd from local
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Sep 4, 2022
1 parent c0a105e commit 104cfca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -8,8 +8,7 @@
"build": "tsc",
"test": "node test/test.js",
"docs": "jsdoc2md docs/jsdoc.js > docs/jsdoc.md",
"deploy:test": "npm run build && npm run test",
"deploy:prod": "npm run build && npm run test && npm publish"
"deploy:test": "npm run build && npm run test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 104cfca

Please sign in to comment.