Skip to content

Commit

Permalink
fix: remove publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Apr 23, 2019
1 parent da95648 commit bbd2f6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"test": "jest --coverage",
"build": "tsc && cp -R templates build/.",
"watch:build": "tsc --watch",
"watch:test": "jest --watch",
"publish": "npm run build"
"watch:test": "jest --watch"
},
"author": "",
"license": "Apache-2.0",
Expand Down

0 comments on commit bbd2f6f

Please sign in to comment.