Skip to content

Commit

Permalink
Fixed issue with dependency latest version breaking build [ref](babel…
Browse files Browse the repository at this point in the history
  • Loading branch information
msamprz committed Jan 2, 2020
1 parent 6d1b5d5 commit de41702
Show file tree
Hide file tree
Showing 3 changed files with 5,412 additions and 6,031 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"lerna": "^3.15.0"
},
"scripts": {
"bootstrap": "f () { npm ci && lerna link && lerna bootstrap --scope=@deriv/${1:-'*'} && lerna link && npm run build:travis ;}; f",
"bootstrap": "f () { npm ci && lerna link && lerna bootstrap --ci --scope=@deriv/${1:-'*'} && lerna link && npm run build:travis ;}; f",
"build": "f () { lerna exec --scope=@deriv/${1:-'*'} -- npm run build $2 ;}; f",
"build:local": "f () { lerna exec --scope @deriv/trader --scope @deriv/bot --parallel -- npm run build $1 ;}; f",
"build:travis": "lerna exec --scope @deriv/shared --scope @deriv/components --scope @deriv/translations --scope @deriv/p2p -- npm run build:travis",
Expand Down

0 comments on commit de41702

Please sign in to comment.