Skip to content

Commit bbfa228

Browse files
authored
Merge pull request #134 from enure/debug-missing-dts
build: run tsc and vite build sequentially
2 parents 620d945 + 2349354 commit bbfa228

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
@@ -27,7 +27,7 @@
2727
},
2828
"scripts": {
2929
"prepare": "pnpm run build",
30-
"build": "tsc -p tsconfig.esm.json & npx vite build",
30+
"build": "tsc --listEmittedFiles -p tsconfig.esm.json && npx vite build",
3131
"test": "vitest run",
3232
"test-watch": "vitest",
3333
"preversion": "pnpm run build",

0 commit comments

Comments
 (0)