Skip to content

Commit

Permalink
Prepare since master misses some necessary builds
Browse files Browse the repository at this point in the history
  • Loading branch information
zalmoxisus committed Jan 5, 2019
1 parent 1382a8f commit 2d69d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions packages/redux-devtools-inspector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2d69d52

Please sign in to comment.