add automatic build systems

This commit is contained in:
Reid 2023-07-27 22:57:20 -07:00
parent 0dfb98eaef
commit bf8f7186e7
11 changed files with 337 additions and 3 deletions

View file

@ -20,7 +20,8 @@
"watch": "rbxtsc -w --rojo default.project.json --verbose",
"lint": "eslint src tests --max-warnings 0",
"serve": "rojo serve default.project.json",
"test": "yarn run build && run-in-roblox --place build.rbxl --script out/tests/runners/run.server.lua"
"test": "yarn run build && run-in-roblox --place build.rbxl --script out/tests/runners/run.server.lua",
"deploy": "yarn run build && mantle deploy -e default"
},
"devDependencies": {
"@rbxts/compiler-types": "^2.1.1-types.0",