add automatic build systems
This commit is contained in:
parent
0dfb98eaef
commit
bf8f7186e7
11 changed files with 337 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue