Skip to content

Commit

Permalink
Switching to prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Jul 18, 2019
1 parent 7ab71e4 commit 3bd9359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"builders": "builders.json",
"schematics": "./schematics.json",
"scripts": {
"prepublish": "npm run build && npm run test",
"prepublishOnly": "npm run build && npm run test",
"build": "npm run clean && tsc -p tsconfig.node.json && tsc -p tsconfig.browser.json && npm run :copy-schematic-files",
"clean": "rimraf lib",
"test": "jest",
Expand Down

0 comments on commit 3bd9359

Please sign in to comment.