Prepare since master misses some necessary builds

This commit is contained in:
Zalmoxisus 2019-01-05 02:49:32 +02:00
parent 1382a8fcec
commit 2d69d523ed
2 changed files with 2 additions and 1 deletions

View File

@ -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",

View File

@ -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",