Fixup lint:ts command
This commit is contained in:
parent
a35b0018f0
commit
8203e143e8
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint:ts": "tsc --no-emit",
|
"lint:ts": "tsc --noEmit",
|
||||||
"test": "ts-node src/index.ts examples/threshold-pushing.txt",
|
"test": "ts-node src/index.ts examples/threshold-pushing.txt",
|
||||||
"format:js": "prettier --write src/"
|
"format:js": "prettier --write src/"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue