Skip to content

Commit

Permalink
Remove publish loop
Browse files Browse the repository at this point in the history
  • Loading branch information
cannoneyed committed May 23, 2019
1 parent c25ed00 commit f3794b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -13,8 +13,7 @@
"scripts": {
"test": "jest",
"bundle": "rm -rf lib && webpack --config ./webpack/lib.config.ts && webpack --config ./webpack/lib.min.config.ts",
"build": "rm -rf dist && tsc && yarn bundle",
"publish": "yarn build && yarn publish"
"build": "rm -rf dist && tsc && yarn bundle"
},
"devDependencies": {
"@types/jest": "^24.0.3",
Expand Down

0 comments on commit f3794b4

Please sign in to comment.