Skip to content

Commit

Permalink
Update package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
infysumanta committed Feb 25, 2024
1 parent 487c8e1 commit f642992
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@
},
"scripts": {
"build": "tsup",
"release": "pnpm run build && pnpm changesets publish",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
"test": "vitest",
"coverage": "vitest run --coverage",
"lint": "eslint --ignore-path .eslintignore --ext .js,.ts"
"lint": "eslint --ignore-path .eslintignore --ext .js,.ts",
"changeset": "changeset",
"publish": "changeset publish",
"version": "changeset version",
"release": "pnpm run build && pnpm version && pnpm publish"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit f642992

Please sign in to comment.