Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuever committed Oct 2, 2024
1 parent ae78f5a commit 7fbe736
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
"clean": "pnpm run -r clean",
"build": "nx run-many -t build",
"test": "nx run-many -t test",
"version": "bump",
"alpha": "bump --branch",
"lint": "eslint --ext js,ts,tsx .",
"prepare": "husky install",
"version": "changeset version && pnpm install --no-frozen-lockfile",
"publish": "pnpm publish -r --access public"
},
"private": true,
Expand Down

0 comments on commit 7fbe736

Please sign in to comment.