We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712adc1 commit 48a5a44Copy full SHA for 48a5a44
packages/xflight/package.json
@@ -17,7 +17,7 @@
17
"./package.json": "./package.json"
18
},
19
"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",
+ "build": "rm -rf dist-* && tsc --build tsconfig.esm.json && tsc --build tsconfig.cjs.json && ts2mjs --cjs --skip-ts --remove-source dist-cjs",
21
"test": "vitest run",
22
"test:ui": "vitest --ui",
23
"coverage": "vitest run --coverage"
0 commit comments