Skip to content

Commit

Permalink
Change build from prepublish to prepublishOnly script
Browse files Browse the repository at this point in the history
  • Loading branch information
kondi committed Mar 4, 2019
1 parent 5bae279 commit dca14bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"start": "node js/cli",
"build": "tsc",
"lint": "tslint --project .",
"prepublish": "npm run build",
"prepublishOnly": "npm run build",
"pretest": "npm run build",
"test": "jest",
"test:watch": "jest --watch",
"coverage": "jest --coverage",
Expand Down

0 comments on commit dca14bd

Please sign in to comment.