embedded: fix compile script in package.json

This commit is contained in:
Florian Dold 2023-01-17 00:25:26 +01:00
parent 41c87b03e6
commit f7dfb736b4
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -14,7 +14,7 @@
"license": "GPL-3.0",
"type": "module",
"scripts": {
"compile": "tsc && rollup -c",
"compile": "./build.mjs",
"pretty": "prettier --write src",
"coverage": "tsc && nyc ava",
"clean": "rimraf lib dist tsconfig.tsbuildinfo",