fix package.json targets

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2022-04-07 19:09:11 +02:00
parent 93dbc1dfa4
commit 3ed3220838
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
"build": "tsc",
"clean": "rm -rf dist",
"example0": "ts-node ts/example0.ts",
"example1": "ts-node ts/example1.ts",
"example1-user": "ts-node ts/example1-user.ts",
"example1-admin": "ts-node ts/example1-admin.ts",
"format": "prettier --check .",
"lint": "eslint . --ext ts --ext tsx --ext js --quiet",
"type-check": "tsc --pretty --noEmit"