Skip to content

Commit

Permalink
Update watch and build command in root package.json (#8)
Browse files Browse the repository at this point in the history
tsc is no longer used to build our library
  • Loading branch information
seia-soto authored Jul 10, 2024
1 parent bd5e447 commit b378a3e
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 @@ -59,8 +59,8 @@
"scripts": {
"postinstall": "patch-package",
"lint": "lerna run --parallel lint",
"watch": "tsc --build ./tsconfig.project.json --watch",
"build": "tsc --build ./tsconfig.project.json && lerna run build",
"watch": "lerna run --parallel build -- --watch",
"build": "lerna run build",
"test": "lerna run --concurrency 4 test",
"clean": "lerna run --parallel clean && lerna clean --yes",
"release": "auto shipit -v",
Expand Down

0 comments on commit b378a3e

Please sign in to comment.