Skip to content

Commit 645c075

Browse files
author
Hardik_B
committed
[UPDATED] npm to pnpm scripts
1 parent c3c3f8e commit 645c075

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"lint-fix": "eslint --fix \"{**/*,*}.{js,ts,jsx,tsx}\"",
1616
"test": "vitest",
1717
"coverage": "vitest run --coverage",
18-
"prepare": "npm run build",
19-
"prepublishOnly": "npm coverage && npm run lint"
18+
"prepare": "pnpm build",
19+
"prepublishOnly": "pnpm coverage && pnpm lint"
2020
},
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)