diff --git a/default.project.json b/default.project.json new file mode 100644 index 00000000..d221faad --- /dev/null +++ b/default.project.json @@ -0,0 +1,9 @@ +{ + "name": "Net", + "tree": { + "$path": "out", + "vendor": { + "$path": "include" + } + } +} \ No newline at end of file diff --git a/package.json b/package.json index defab1dd..f0795cbb 100644 --- a/package.json +++ b/package.json @@ -8,10 +8,8 @@ "scripts": { "test": "rbxtsc && lua ./out/Test/spec.lua", "cleanup": "rm -rf ./out && rm -rf ./dist", - "declaration-fixes": "sh declarationfix.sh", "build": "npm run cleanup && rbxtsc && npm run declaration-fixes", - "buildrbxm": "npm run cleanup && rbxtsc && npm run rbxm", - "rbxm": "mkdir -p ./dist && rojo build --output ./dist/rbx-net.rbxm ./lua.project.json" + "build:rbxm": "mkdir dist && rbxtsc && rojo build --output dist/net.rbxmx" }, "author": "vorlias", "license": "MIT",