-use tsc --build

This commit is contained in:
Florian Dold 2023-06-06 15:36:28 +02:00
parent 8671dc37c8
commit 574a91fcc1
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -16,7 +16,7 @@
},
"type": "module",
"scripts": {
"compile": "tsc && ./build.mjs",
"compile": "tsc --build && ./build.mjs",
"check": "tsc",
"test": "tsc",
"clean": "rimraf lib dist tsconfig.tsbuildinfo",
@ -43,4 +43,4 @@
"axios": "^0.27.2",
"tslib": "^2.5.3"
}
}
}