Skip to content

Commit

Permalink
feat: fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Nov 1, 2023
1 parent 3658e69 commit da4c3e3
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 @@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\"",
"prepare": "husky install",
"version": "changeset version",
"release": "pnpm --recursive run lint && pnpm --recursive run build && pnpm --recursive run test && changeset publish"
"release": "pnpm --recursive run lint && pnpm --recursive run build && changeset publish"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit da4c3e3

Please sign in to comment.