Skip to content

Commit ea1c2ac

Browse files
committed
Revert to Parcel in CI
1 parent a482c74 commit ea1c2ac

File tree

2 files changed

+3
-28
lines changed

2 files changed

+3
-28
lines changed

ci/.codesandbox/tasks.json

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

ci/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
"description": "numeric-quantity Test Page",
55
"main": "index.html",
66
"scripts": {
7-
"start": "bun index.html",
8-
"build": "bun build index.html"
7+
"start": "parcel index.html --open",
8+
"build": "parcel build index.html"
99
},
1010
"dependencies": {
1111
"numeric-quantity": "^2.0.1"
1212
},
1313
"devDependencies": {
14+
"parcel-bundler": "^1.12.5",
1415
"typescript": "^5.8.3"
1516
}
1617
}

0 commit comments

Comments
 (0)