We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9890284 commit ab134baCopy full SHA for ab134ba
package.json
@@ -8,7 +8,7 @@
8
"preview": "nuxt preview",
9
"postinstall": "nuxt prepare",
10
"format": "prettier --write \"**/*.{js,ts,vue}\"",
11
- "refresh": "rm -rf node_modules && rm pnpm-lock.yaml && pnpm i && npm run format"
+ "refresh": "rm -rf node_modules && rm pnpm-lock.yaml && pnpm i && pnpm run format"
12
},
13
"devDependencies": {
14
"@playwright/test": "^1.47.1",
0 commit comments