File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 "scripts" : {
77 "eslint" : " npx eslint \" src/**/*.ts\" --max-warnings 0" ,
88 "prepublishOnly" : " rm -rf ./out; rbxtsc --type=package" ,
9- "test" : " rbxtsc --type=game && rojo build -o ./unit_tests.rbxlx && run-in-roblox ./unit_tests.rbxlx -s ./spec.server.lua" ,
10- "wsl-start-unit-tests" : " set -e; rm -rf ./out; rbxtsc --type=game && rojo build -o unit_tests.rbxlx; ./scripts/open-in-windows ./unit_tests.rbxlx"
9+ "test" : " rbxtsc --type=game --rojo=./unit-testing.project.json && rojo build -o ./unit_tests.rbxlx && run-in-roblox --place ./unit_tests.rbxlx --script ./spec.server.lua" ,
10+ "wsl-start-unit-tests" : " set -e; rm -rf ./out; rbxtsc --type=game --rojo=./unit-testing.project.json && rojo build -o unit_tests.rbxlx ./unit-testing.project.json ; ./scripts/open-in-windows ./unit_tests.rbxlx"
1111 },
1212 "repository" : {
1313 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments