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

Commit

Permalink
Use prepublishOnly instead of made-up do-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersn committed Aug 22, 2019
1 parent f6cf035 commit 5e6411f
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 @@ -24,7 +24,7 @@
"build": "tsc",
"lint": "tslint --project tsconfig.json --format stylish",
"test": "npm run build && node test/test.js",
"do-publish": "npm run build && npm run test && npm run lint && npm publish"
"prepublishOnly": "npm run build && npm run test && npm run lint"
},
"dependencies": {
"definitelytyped-header-parser": "1.2.0",
Expand Down

0 comments on commit 5e6411f

Please sign in to comment.