add build_add command

This commit is contained in:
Emily
2024-06-09 22:25:42 +02:00
parent 1e8f6f78db
commit c156ad3a42
2 changed files with 3 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
"dev": "node scripts/start_dev.js",
"compile": "tsc",
"build": "ts-node scripts/build.ts",
"build_all": "scripts/build_all.bat"
"build_all": "npm run compile && npm run build"
},
"keywords": [],
"author": "Emily",