Skip to content

Commit

Permalink
Fix sed lerna workaround for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisDev8913 committed Dec 6, 2018
1 parent 9ff284f commit 362b195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"watch": "npm-run-all --parallel watch:*",
"watch:js": "lerna exec --parallel -- babel --root-mode upward -w src --optional runtime --out-dir lib --ignore \\\"src/**/__tests__\\\"",
"#watch:re-workaround": "https://github.com/lerna/lerna/issues/1745",
"watch:re-workaround": "sed -i -e 's/\\[\"ignore\",/\\[\"inherit\",/g' ./node_modules/@lerna/child-process/index.js",
"watch:re-workaround": "sed -i '' -e 's/\\[\"ignore\",/\\[\"inherit\",/g' ./node_modules/@lerna/child-process/index.js",
"watch:re": "lerna exec --parallel -- bsb -make-world -w",
"prepare": "yarn clean && yarn transpile && yarn watch:re-workaround",
"prerelease": "yarn prepare",
Expand Down

0 comments on commit 362b195

Please sign in to comment.