Skip to content

Commit

Permalink
fix: removed prepublishonly script to fix publishing via travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Luchs committed Dec 23, 2017
1 parent 2e5e3ba commit 7498640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"watch": "run-s clean dev",
"dev": "run-p \"compile -- --watch\" \"test -- --notify --watch\"",
"test": "jest --verbose",
"release": "standard-version",
"prepublishOnly": "npm run build"
"version": "standard-version",
"release": "run-s build version"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7498640

Please sign in to comment.