Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1cde7 commit c7ebde9Copy full SHA for c7ebde9
README.md
@@ -233,26 +233,26 @@ export default {
233
234
```bash
235
# Install dependencies
236
- npm install
+ pnpm install
237
238
# Generate type stubs
239
- npm run dev:prepare
+ pnpm run dev:prepare
240
241
# Develop with the playground
242
- npm run dev
+ pnpm run dev
243
244
# Build the playground
245
- npm run dev:build
+ pnpm run dev:build
246
247
# Run ESLint
248
- npm run lint
+ pnpm run lint
249
250
# Run Vitest
251
- npm run test
252
- npm run test:watch
+ pnpm run test
+ pnpm run test:watch
253
254
# Release new version
255
- npm run release
+ pnpm run release
256
```
257
258
</details>
0 commit comments