Skip to content

Commit

Permalink
fix: package.json syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lvcapoe committed Sep 8, 2023
1 parent 46e126f commit a64760b
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 @@ -19,7 +19,7 @@
"style:fix": "prettier --write src/**/*.ts src/**/__tests__/*.test.ts",
"build": "npx tsup src/index.ts --format cjs,esm --dts ",
"lint": "tsc",
"release": "npm run build && npx changeset publish",
"release": "npm run build && npx changeset publish"
},
"keywords": [
"logic",
Expand Down

0 comments on commit a64760b

Please sign in to comment.