Skip to content

Commit

Permalink
chore: update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Oct 17, 2022
1 parent 585df8d commit 8bd4bd2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,13 @@
"reset": "rm -rf packages/*/dist packages/*/node_modules packages/*/package-lock.json node_modules package-lock.json",
"test": "lerna run test",
"coverage": "lerna run coverage",
"generate": "lerna run generate",
"build": "lerna exec -- tsc && lerna run build",
"deploy": "lerna run deploy",
"start": "NODE_ENV=development lerna run start",
"clean": "lerna run clean",
"lint": "lerna run lint",
"dep-check": "lerna run dep-check",
"check": "lerna run check",
"publish": "lerna publish"
"release": "lerna run --concurrency 1 release -- --"
},
"dependencies": {
"lerna": "^6.0.0"
Expand Down

0 comments on commit 8bd4bd2

Please sign in to comment.