Skip to content

Commit ab134ba

Browse files
committed
Update package.json
1 parent 9890284 commit ab134ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"preview": "nuxt preview",
99
"postinstall": "nuxt prepare",
1010
"format": "prettier --write \"**/*.{js,ts,vue}\"",
11-
"refresh": "rm -rf node_modules && rm pnpm-lock.yaml && pnpm i && npm run format"
11+
"refresh": "rm -rf node_modules && rm pnpm-lock.yaml && pnpm i && pnpm run format"
1212
},
1313
"devDependencies": {
1414
"@playwright/test": "^1.47.1",

0 commit comments

Comments
 (0)