Skip to content

Commit

Permalink
fix yarn sync
Browse files Browse the repository at this point in the history
  • Loading branch information
sotojn committed Dec 16, 2024
1 parent 37c2880 commit 871d669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
],
"scripts": {
"prebuild": "./packages/xlucene-parser/scripts/generate-engine.js",
"postbuild": "yarn workspace teraslice-cli postbuild",
"build": "tsc --build",
"postbuild": "yarn workspace teraslice-cli postbuild",
"build:cleanup": "./scripts/build-cleanup.sh",
"build:doctor": "./scripts/build-doctor.sh",
"build:fix": "echo '[DEPRECATED], use yarn run build:doctor instead'",
Expand Down

0 comments on commit 871d669

Please sign in to comment.