Skip to content

Commit a482c74

Browse files
committed
Revert "Run CI sandbox with Vite"
This reverts commit 7849f6b.
1 parent 7849f6b commit a482c74

File tree

4 files changed

+6
-19
lines changed

4 files changed

+6
-19
lines changed

ci/.codesandbox/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
},
1717
"dev": {
1818
"name": "dev",
19-
"command": "bun run dev",
19+
"command": "bun start",
2020
"runAtStart": true,
2121
"preview": {
22-
"port": 5173
22+
"port": 3000
2323
}
2424
}
2525
}

ci/package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,13 @@
44
"description": "numeric-quantity Test Page",
55
"main": "index.html",
66
"scripts": {
7-
"build": "tsc && vite build",
8-
"dev": "vite",
9-
"preview": "vite preview"
7+
"start": "bun index.html",
8+
"build": "bun build index.html"
109
},
1110
"dependencies": {
1211
"numeric-quantity": "^2.0.1"
1312
},
1413
"devDependencies": {
15-
"@vitejs/plugin-react": "^4.3.4",
16-
"typescript": "^5.8.3",
17-
"vite": "^6"
14+
"typescript": "^5.8.3"
1815
}
1916
}

ci/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"sourceMap": true,
88
"allowJs": true,
99
"lib": ["ES2015", "DOM"],
10-
"moduleResolution": "node",
11-
"noEmit": true
10+
"moduleResolution": "node"
1211
}
1312
}

ci/vite.config.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)