Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmith committed May 2, 2021
1 parent 0816701 commit 1811564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"private": true,
"scripts": {
"bootstrap": "npx lerna bootstrap",
"build-libraries": "lerna run --scope common build",
"postinstall": "npm run bootstrap && npm run build-libraries",
"build": "lerna run --scope common --scope backend build",
"postinstall": "npm run bootstrap && npm run build",
"build-frontend": "lerna run --scope frontend build",
"backend": "lerna run --scope backend prod"
},
Expand Down

0 comments on commit 1811564

Please sign in to comment.