We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f090b2 commit fd941cbCopy full SHA for fd941cb
package.json
@@ -14,7 +14,7 @@
14
"build-cjs": "babel build/esm --plugins @babel/transform-export-namespace-from --plugins @babel/transform-modules-commonjs --out-dir build/cjs --source-maps",
15
"build-annotate": "babel build/esm --plugins annotate-pure-calls --out-dir build/esm --source-maps",
16
"changeset-version": "changeset version",
17
- "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"
18
},
19
"keywords": [
20
"effect",
0 commit comments