Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c7ebde9

Browse files
chore: update installation and script commands to use pnpm
1 parent 6e1cde7 commit c7ebde9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -233,26 +233,26 @@ export default {
233233

234234
```bash
235235
# Install dependencies
236-
npm install
236+
pnpm install
237237

238238
# Generate type stubs
239-
npm run dev:prepare
239+
pnpm run dev:prepare
240240

241241
# Develop with the playground
242-
npm run dev
242+
pnpm run dev
243243

244244
# Build the playground
245-
npm run dev:build
245+
pnpm run dev:build
246246

247247
# Run ESLint
248-
npm run lint
248+
pnpm run lint
249249

250250
# Run Vitest
251-
npm run test
252-
npm run test:watch
251+
pnpm run test
252+
pnpm run test:watch
253253

254254
# Release new version
255-
npm run release
255+
pnpm run release
256256
```
257257

258258
</details>

0 commit comments

Comments
 (0)