Skip to content

Commit

Permalink
fix changeset publish (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiamanzati authored Feb 5, 2025
1 parent 7f090b2 commit fd941cb
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,7 +14,7 @@
"build-cjs": "babel build/esm --plugins @babel/transform-export-namespace-from --plugins @babel/transform-modules-commonjs --out-dir build/cjs --source-maps",
"build-annotate": "babel build/esm --plugins annotate-pure-calls --out-dir build/esm --source-maps",
"changeset-version": "changeset version",
"changeset-publish": "pnpm lint-fix && pnpm build && TEST_DIST= pnpm vitest && changeset publish"
"changeset-publish": "pnpm lint:fix && pnpm build && TEST_DIST= pnpm vitest && changeset publish"
},
"keywords": [
"effect",
Expand Down

0 comments on commit fd941cb

Please sign in to comment.