mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-01-31 11:51:41 +03:00
Remove demo build
This commit is contained in:
parent
bd422b0c08
commit
a667130dcc
|
@ -8,9 +8,6 @@
|
||||||
"build:demo": "cross-env NODE_ENV=production webpack -p",
|
"build:demo": "cross-env NODE_ENV=production webpack -p",
|
||||||
"stats": "webpack --profile --json > stats.json",
|
"stats": "webpack --profile --json > stats.json",
|
||||||
"start": "webpack-dev-server",
|
"start": "webpack-dev-server",
|
||||||
"preversion": "npm run lint",
|
|
||||||
"version": "npm run build:demo && git add -A .",
|
|
||||||
"postversion": "git push",
|
|
||||||
"prepare": "npm run build:lib",
|
"prepare": "npm run build:lib",
|
||||||
"prepublishOnly": "npm run build:lib",
|
"prepublishOnly": "npm run build:lib",
|
||||||
"gh": "git subtree push --prefix demo/dist origin gh-pages"
|
"gh": "git subtree push --prefix demo/dist origin gh-pages"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user