Skip to content

Commit

Permalink
chore: fix the build delegating prepare script
Browse files Browse the repository at this point in the history
Add prepare lifecycle script to root as a workaround for
yarnpkg/yarn#3911
  • Loading branch information
AVykhrystyuk committed Apr 18, 2019
1 parent c652ab2 commit ffb09b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"clean": "lerna clean --yes && rimraf node_modules",
"build": "lerna run build",
"code-check": "lerna run code-check",
"start": "lerna run start"
"start": "lerna run start",
"prepare": "lerna run prepare"
},
"repository": "https://github.com/AVykhrystyuk/magpie",
"author": "Alexey Vykhrystyuk <[email protected]>",
Expand Down

0 comments on commit ffb09b0

Please sign in to comment.