Skip to content

Commit

Permalink
Merge pull request #226 from open-rpc/fix/remove-publish
Browse files Browse the repository at this point in the history
fix: remove publish step from generated client
  • Loading branch information
BelfordZ authored Jun 1, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents fcfc0bc + 7dbcdef commit ee6634b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/typescript/static/_package.json
Original file line number Diff line number Diff line change
@@ -5,8 +5,7 @@
"main": "build/index.js",
"scripts": {
"build": "tsc && typedoc --out docs",
"lint": "tslint --fix -c tslint.json 'src/index.ts'",
"publish": "npm publish --access=public"
"lint": "tslint --fix -c tslint.json 'src/index.ts'"
},
"files": [
"build/*"

0 comments on commit ee6634b

Please sign in to comment.