We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b328f9 commit c322c6eCopy full SHA for c322c6e
package.json
@@ -20,7 +20,6 @@
20
"build": "tsc --outDir lib/",
21
"build:examples": "webpack --progress --colors",
22
"build:watch": "tsc --outDir lib/ -w",
23
- "prepublish": "yarn build",
24
"publish:examples": "NODE_ENV=production yarn build:examples && gh-pages -d examples/dist -r $GITHUB_REPO_URL",
25
"publish:examples:local": "NODE_ENV=production yarn build:examples && gh-pages -d examples/dist",
26
"start:examples": "webpack-dev-server --open --hot --inline --host 192.168.31.72",
0 commit comments