We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919b152 commit 410d7ffCopy full SHA for 410d7ff
1 file changed
demos/package.json
@@ -4,9 +4,9 @@
4
"version": "0.0.1",
5
"type": "module",
6
"scripts": {
7
- "compile:demos": "cd .. && pnpm demos",
+ "compile:demos": "pwd && cd .. && pwd && pnpm demos",
8
"dev": "vite",
9
- "build": "tsc -b && vite build",
+ "build": "pwd && tsc -b && vite build",
10
"lint": "eslint .",
11
"preview": "vite preview"
12
},
0 commit comments