Skip to content

Commit

Permalink
Fix @inngest/test release; no dist/ dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Dec 12, 2024
1 parent 12e4425 commit fa8d421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build:tsc": "tsc --project tsconfig.build.json",
"pack": "pnpm run build && yarn pack --verbose --frozen-lockfile --filename inngest-test.tgz --cwd dist",
"postversion": "pnpm run build",
"release": "DIST_DIR=dist node ../../scripts/release/publish.js && pnpm dlx jsr publish --allow-slow-types --allow-dirty",
"release": "node ../../scripts/release/publish.js && pnpm dlx jsr publish --allow-slow-types --allow-dirty",
"release:version": "node ../../scripts/release/jsrVersion.js"
},
"exports": {
Expand Down

0 comments on commit fa8d421

Please sign in to comment.