Skip to content

Commit fd941cb

Browse files
fix changeset publish (#25)
1 parent 7f090b2 commit fd941cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build-cjs": "babel build/esm --plugins @babel/transform-export-namespace-from --plugins @babel/transform-modules-commonjs --out-dir build/cjs --source-maps",
1515
"build-annotate": "babel build/esm --plugins annotate-pure-calls --out-dir build/esm --source-maps",
1616
"changeset-version": "changeset version",
17-
"changeset-publish": "pnpm lint-fix && pnpm build && TEST_DIST= pnpm vitest && changeset publish"
17+
"changeset-publish": "pnpm lint:fix && pnpm build && TEST_DIST= pnpm vitest && changeset publish"
1818
},
1919
"keywords": [
2020
"effect",

0 commit comments

Comments
 (0)