Skip to content

Commit

Permalink
fix: don't run dist script on every npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald committed Jun 4, 2018
1 parent 69bbcf1 commit c73f5e1
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 @@ -126,7 +126,7 @@
"integ": "./test/integ/run",
"lint": "gulp lint",
"prepare": "npm run snyk-protect",
"prepublish": "npm run dist",
"prepublishOnly": "npm run dist",
"preversion": "npm test",
"snyk-protect": "snyk protect",
"test": "gulp test",
Expand Down

0 comments on commit c73f5e1

Please sign in to comment.