Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Yashim Wong <75345074+yashim-deriv@users.noreply.github.com>
  • Loading branch information
balakrishna-deriv and yashim-deriv committed Jun 8, 2022
1 parent 0c107f5 commit 51ae127
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 @@
},
"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",
"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 51ae127

Please sign in to comment.