More docs

This commit is contained in:
Aria Minaei 2021-10-06 12:49:04 +02:00
parent 59090320ea
commit 3ed7e6bf6c
5 changed files with 202 additions and 72 deletions

View file

@ -10,6 +10,7 @@
"scripts": {
"playground": "yarn workspace playground run serve",
"typecheck": "yarn run build:ts",
"build": "zx scripts/build.mjs",
"build:ts": "tsc --build ./devEnv/typecheck-all-projects/tsconfig.all.json",
"test": "jest",
"postinstall": "husky install",