Rewrite frontend in TypeScript, fix tab switching blank content bug, add build:frontend script
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
"dev": "ts-node src/cli/index.ts",
|
||||
"server": "ts-node src/server/index.ts",
|
||||
"server:build": "node dist/server/index.js",
|
||||
"build:frontend": "tsc -p src/server/public/tsconfig.json",
|
||||
"test": "jest",
|
||||
"lint": "eslint src/**/*.ts",
|
||||
"prepublishOnly": "npm run build"
|
||||
|
||||
Reference in New Issue
Block a user