Skip to content

Commit

Permalink
fix: remove publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
chennlang committed Jul 25, 2024
1 parent c7e48a3 commit 77107da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
],
"license": "MIT",
"scripts": {
"dev": "node ./bin/service.js --config ./config.js",
"rm": "rm -rf ./pubblic/data/",
"login": "npm login --registry=https://registry.npmjs.org/",
"publish": "npm publish --registry=https://registry.npmjs.org/"
"dev": "node ./bin/service.js --config ./config.js"
},
"bugs": {
"url": "https://github.com/chennlang/js-analyzer/issues"
Expand Down

0 comments on commit 77107da

Please sign in to comment.