Skip to content

Commit

Permalink
fix top level build:watch to work with earl changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sotojn committed Dec 13, 2024
1 parent 38ce47c commit 37c2880
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
],
"scripts": {
"prebuild": "./packages/xlucene-parser/scripts/generate-engine.js",
"build": "tsc --build && yarn workspace teraslice-cli build",
"postbuild": "yarn workspace teraslice-cli postbuild",
"build": "tsc --build",
"build:cleanup": "./scripts/build-cleanup.sh",
"build:doctor": "./scripts/build-doctor.sh",
"build:fix": "echo '[DEPRECATED], use yarn run build:doctor instead'",
"build:pkg": "./scripts/build-pkg.sh",
"build:watch": "yarn run build --watch",
"build:watch": "yarn run build --watch & yarn workspace teraslice-cli node build.js --watch",
"bump": "ts-scripts bump",
"docker:limit": "./scripts/docker-limit-check.sh",
"docker:listImages": "ts-scripts images list",
Expand Down

0 comments on commit 37c2880

Please sign in to comment.