Skip to content

Commit

Permalink
chore: add bootstrap dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
balakrishna-deriv committed Jun 8, 2022
1 parent 95ad508 commit 0c107f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
},
"scripts": {
"bootstrap": "f () { npm ci && lerna link && lerna bootstrap --ci --hoist --strict && lerna link && npm run build:travis ;}; f",
"bootstrap-dev": "f () { npm ci && lerna link && lerna bootstrap --hoist --strict && lerna link && npm run build:travis ;}; f",
"build": "f () { lerna exec --scope=@deriv/${1:-'*'} -- npm run build $2 ;}; f",
"build:publish": "f () { lerna exec --scope=@deriv/${1:-'*'} -- npm run build:publish $2 ;}; f",
"build:local": "f () { lerna exec --scope @deriv/trader --scope @deriv/bot-web-ui --parallel -- npm run build $1 ;}; f",
Expand Down

0 comments on commit 0c107f5

Please sign in to comment.