Skip to content

Commit 4e440d0

Browse files
committed
chore: update build process to use tsup and remove incremental compilation
1 parent 65cd74c commit 4e440d0

File tree

4 files changed

+746
-2
lines changed

4 files changed

+746
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"impulse-testing": "./bin/impulse-testing.js"
1616
},
1717
"scripts": {
18-
"build": "tsc",
18+
"build": "tsup",
1919
"dev": "sh -c 'cd demo && tsx --tsconfig=../tsconfig.json ../src/cli/index.ts \"$@\" && cd ..' -- ",
2020
"start": "node dist/cli/index.js",
2121
"format": "biome format --write src/",
@@ -38,6 +38,7 @@
3838
"@types/node": "^24.7.2",
3939
"@types/pixelmatch": "^5.2.6",
4040
"@types/pngjs": "^6.0.5",
41+
"tsup": "^8.3.5",
4142
"tsx": "^4.20.6",
4243
"typescript": "^5.9.3"
4344
},

0 commit comments

Comments
 (0)