embedded: fix compile script in package.json
This commit is contained in:
parent
41c87b03e6
commit
f7dfb736b4
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user