embedded: fix compile script in package.json
This commit is contained in:
parent
41c87b03e6
commit
f7dfb736b4
@ -14,7 +14,7 @@
|
|||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"compile": "tsc && rollup -c",
|
"compile": "./build.mjs",
|
||||||
"pretty": "prettier --write src",
|
"pretty": "prettier --write src",
|
||||||
"coverage": "tsc && nyc ava",
|
"coverage": "tsc && nyc ava",
|
||||||
"clean": "rimraf lib dist tsconfig.tsbuildinfo",
|
"clean": "rimraf lib dist tsconfig.tsbuildinfo",
|
||||||
|
Loading…
Reference in New Issue
Block a user