Skip to content

Commit 48a5a44

Browse files
committed
chore: fix ci
1 parent 712adc1 commit 48a5a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/xflight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"./package.json": "./package.json"
1818
},
1919
"scripts": {
20-
"build": "rm -rf dist-* && nvx tsc --build tsconfig.esm.json && nvx tsc --build tsconfig.cjs.json && nvx ts2mjs --cjs --skip-ts --remove-source dist-cjs",
20+
"build": "rm -rf dist-* && tsc --build tsconfig.esm.json && tsc --build tsconfig.cjs.json && ts2mjs --cjs --skip-ts --remove-source dist-cjs",
2121
"test": "vitest run",
2222
"test:ui": "vitest --ui",
2323
"coverage": "vitest run --coverage"

0 commit comments

Comments
 (0)