Skip to content

Commit

Permalink
Merge pull request #161 from open-rpc/fix/npm-publish
Browse files Browse the repository at this point in the history
fix: remove publish step
  • Loading branch information
BelfordZ authored Apr 23, 2019
2 parents da95648 + bbd2f6f commit 6610a3d
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 6610a3d

Please sign in to comment.