Skip to content

Commit 47b3c77

Browse files
committed
🐛 Fix prepublish script
1 parent 6377fcf commit 47b3c77

File tree

2 files changed

+1
-218
lines changed

2 files changed

+1
-218
lines changed

packages/tasks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"lint:check": "eslint --ext .cjs,.ts .",
2929
"format": "prettier --write .",
3030
"format:check": "prettier --check .",
31-
"prepublishOnly": "pnpm run inference-codegen && git diff --name-only --exit-code src && pnpm run build",
31+
"prepublishOnly": "pnpm --filter tasks-gen inference-codegen && git diff --name-only --exit-code src && pnpm run build",
3232
"build": "tshy",
3333
"watch:cjs": "tsc --declaration --outdir dist/commonjs --module commonjs --watch",
3434
"watch:esm": "tsc --declaration --outdir dist/esm --watch",

packages/tasks/pnpm-lock.yaml

Lines changed: 0 additions & 217 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)