Skip to content

Commit

Permalink
🐛 Fix prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed Nov 14, 2024
1 parent 6377fcf commit 47b3c77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 218 deletions.
2 changes: 1 addition & 1 deletion packages/tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"lint:check": "eslint --ext .cjs,.ts .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepublishOnly": "pnpm run inference-codegen && git diff --name-only --exit-code src && pnpm run build",
"prepublishOnly": "pnpm --filter tasks-gen inference-codegen && git diff --name-only --exit-code src && pnpm run build",
"build": "tshy",
"watch:cjs": "tsc --declaration --outdir dist/commonjs --module commonjs --watch",
"watch:esm": "tsc --declaration --outdir dist/esm --watch",
Expand Down
217 changes: 0 additions & 217 deletions packages/tasks/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 47b3c77

Please sign in to comment.