Skip to content

Commit 410d7ff

Browse files
committed
fix: enhance compile and build scripts with pwd for better context
1 parent 919b152 commit 410d7ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

demos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"version": "0.0.1",
55
"type": "module",
66
"scripts": {
7-
"compile:demos": "cd .. && pnpm demos",
7+
"compile:demos": "pwd && cd .. && pwd && pnpm demos",
88
"dev": "vite",
9-
"build": "tsc -b && vite build",
9+
"build": "pwd && tsc -b && vite build",
1010
"lint": "eslint .",
1111
"preview": "vite preview"
1212
},

0 commit comments

Comments
 (0)