Skip to content

Commit

Permalink
use prepublishOnly in favor of prepublish
Browse files Browse the repository at this point in the history
  • Loading branch information
samueljoos committed Feb 11, 2019
1 parent a0498b4 commit 3403597
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 @@ -10,7 +10,7 @@
"preversion": "npm run test && npm run compile",
"version": "npm run docs",
"pretest": "npm run lint",
"prepublish": "npm run compile",
"prepublishOnly": "npm run compile",
"local-test": "jest tests --coverage",
"test": "jest tests --coverage --coverageReporters=text-lcov | coveralls",
"docs": "./generate-docs",
Expand Down

0 comments on commit 3403597

Please sign in to comment.