Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
don't test before every publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jfurfaro committed May 15, 2023
1 parent 54c87a8 commit f584d2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
"test:node-soap2": "ts-node node_modules/tape/bin/tape ./test/node-soap/**/*.test.ts | tap-spec",
"test:public": "ts-node node_modules/tape/bin/tape ./test/resources-public/**/*.test.ts | tap-spec",
"preversion": "npm test && npm run build",
"prepublishOnly": "npm test && npm run dist",
"dev": "ts-node -T ./dev.ts",
"dist": "tsc",
"build": "tsc",
"lint": "eslint ./src",
"lint:fix": "eslint --fix ./src"
Expand Down

0 comments on commit f584d2e

Please sign in to comment.