Skip to content

Commit c322c6e

Browse files
committed
Removing prepublish script
1 parent 5b328f9 commit c322c6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"build": "tsc --outDir lib/",
2121
"build:examples": "webpack --progress --colors",
2222
"build:watch": "tsc --outDir lib/ -w",
23-
"prepublish": "yarn build",
2423
"publish:examples": "NODE_ENV=production yarn build:examples && gh-pages -d examples/dist -r $GITHUB_REPO_URL",
2524
"publish:examples:local": "NODE_ENV=production yarn build:examples && gh-pages -d examples/dist",
2625
"start:examples": "webpack-dev-server --open --hot --inline --host 192.168.31.72",

0 commit comments

Comments
 (0)