Skip to content

Commit

Permalink
chore: use pnpm in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pawanpaudel93 committed Dec 23, 2024
1 parent 24f6d33 commit c8b0c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"dev": "tsup --watch",
"start": "node dist/index.js",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "bun lint --fix",
"lint:fix": "pnpm lint --fix",
"format": "prettier '**/*.{cjs,mjs,ts,tsx,md,json}' --ignore-path .gitignore --write",
"format:check": "prettier '**/*.{cjs,mjs,ts,tsx,md,json}' --ignore-path .gitignore --check",
"release": "changeset version",
"publish": "bun run build && changeset publish"
"publish": "pnpm run build && changeset publish"
},
"dependencies": {
"@clack/core": "^0.3.4",
Expand Down

0 comments on commit c8b0c0f

Please sign in to comment.