mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-03-03 10:45:48 +03:00
Prepare since master misses some necessary builds
This commit is contained in:
parent
1382a8fcec
commit
2d69d523ed
|
@ -9,7 +9,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"lerna": "lerna",
|
||||
"prepare": "lerna run prepare --since master --stream --sort -- --scripts-prepend-node-path",
|
||||
"build": "lerna run prepare --since master --stream --sort -- --scripts-prepend-node-path",
|
||||
"build:all": "lerna run build",
|
||||
"publish": "lerna publish",
|
||||
"canary": "lerna publish --canary preminor --npm-tag alpha",
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"version": "0.11.0",
|
||||
"description": "Redux DevTools Diff Monitor",
|
||||
"scripts": {
|
||||
"build": "npm run build:lib",
|
||||
"build:lib": "NODE_ENV=production babel src --out-dir lib",
|
||||
"build:demo": "NODE_ENV=production webpack -p",
|
||||
"stats": "webpack --profile --json > stats.json",
|
||||
|
|
Loading…
Reference in New Issue
Block a user