8000 chore: add postinstall script on playground · nuxt-hub/core@3622d09 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 3622d09

Browse files
committed
chore: add postinstall script on playground
1 parent 9bff98d commit 3622d09

File tree

3 files changed

+66
-29
lines changed

3 files changed

+66
-29
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
"lint": "eslint .",
3636
"lint:fix": "eslint . --fix",
3737
"test": "vitest run --test-timeout=60000",
38-
"test:watch": "vitest watch",
39-
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
38+
"test:watch": "vitest watch"
4039
},
4140
"dependencies": {
4241
"@cloudflare/workers-types": "^4.20250327.0",

playground/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"name": "nuxthub-playground",
44
"type": "module",
55
"scripts": {
6+
"postinstall": "pnpm -C .. run dev:prepare",
67
"dev": "nuxi dev",
78
"build" 40DA : "nuxi build",
89
"preview": "nuxi preview"

0 commit comments

Comments
 (0)
0