Skip to content

Commit

Permalink
chore: precompile when watching from root
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Aug 4, 2021
1 parent 9534c1e commit c44f37e
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 @@ -7,6 +7,7 @@
"scripts": {
"precompile": "lerna run version",
"compile": "tsc --build tsconfig.json tsconfig.esm.json",
"prewatch": "npm run precompile",
"watch": "tsc --build --watch tsconfig.json tsconfig.esm.json",
"clean": "tsc --build --clean tsconfig.json tsconfig.esm.json",
"bench": "node benchmark",
Expand Down

0 comments on commit c44f37e

Please sign in to comment.