mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
Fix these compression scripts
This commit is contained in:
parent
5cd155f638
commit
d84e1f4d3a
|
@ -9,8 +9,8 @@
|
|||
"build:examples": "babel-node examples/buildAll.js",
|
||||
"precompress:extension": "npm run lint && npm run test:app && npm run build:extension && npm run test:chrome && npm run test:electron",
|
||||
"precompress:firefox": "npm run lint && npm run build:firefox && npm run test:app",
|
||||
"compress:extension": "cd build/extension && bestzip ../extension.zip",
|
||||
"compress:firefox": "cd build/firefox && bestzip ../firefox.zip",
|
||||
"compress:extension": "bestzip build/extension.zip build/extension",
|
||||
"compress:firefox": "bestzip build/extension.zip build/extension",
|
||||
"docs:clean": "rimraf _book",
|
||||
"docs:prepare": "gitbook install",
|
||||
"docs:build": "npm run docs:prepare && gitbook build",
|
||||
|
|
Loading…
Reference in New Issue
Block a user