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 bd422b0 commit a667130Copy full SHA for a667130
packages/redux-devtools-inspector/package.json
@@ -8,9 +8,6 @@
8
"build:demo": "cross-env NODE_ENV=production webpack -p",
9
"stats": "webpack --profile --json > stats.json",
10
"start": "webpack-dev-server",
11
- "preversion": "npm run lint",
12
- "version": "npm run build:demo && git add -A .",
13
- "postversion": "git push",
14
"prepare": "npm run build:lib",
15
"prepublishOnly": "npm run build:lib",
16
"gh": "git subtree push --prefix demo/dist origin gh-pages"
0 commit comments