[Sandbox] Add check script
This commit is contained in:
parent
59ff0b4560
commit
3a5880ed04
@ -6,6 +6,7 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "esbuild src/index.ts --bundle --outfile=build/sandbox.cjs --format=cjs --platform=node",
|
||||
"check": "tsc -noEmit",
|
||||
"format": "prettier --write .",
|
||||
"lint": "prettier --check . && eslint .",
|
||||
"start": "node ./build/sandbox.cjs"
|
||||
|
Loading…
Reference in New Issue
Block a user