Skip to content

Commit

Permalink
removed npm publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
djalmajr committed Feb 4, 2022
1 parent ac34ce2 commit 23b72c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"build:types": "tsc --emitDeclarationOnly && cp src/types.d.ts dist",
"prettier:check": "prettier --check src/**/*.{ts,tsx}",
"prettier:fix": "prettier --write src/**/*.{ts,tsx}",
"postversion": "git push && git push --tags && npm publish",
"postversion": "git push && git push --tags",
"test": "exit 0",
"version": "npm run build"
},
Expand Down

0 comments on commit 23b72c5

Please sign in to comment.