Skip to content

Commit 3622d09

Browse files
committedMar 28, 2025··
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
 

Diff for: ‎package.json

+1-2
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",

Diff for: ‎playground/package.json

+1
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": "nuxi build",
89
"preview": "nuxi preview"

Diff for: ‎pnpm-lock.yaml

+64-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.