diff --git a/package.json b/package.json index 88151ab90..2e3af8ac5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "build-binary-step-1": "nexe ./dist/cli.js --output ./bin/unraid-api --make=\"-j$(nproc 2> /dev/null || echo 1)\" -r './dist/**/*' -r './node_modules/**/*' && echo '✔ Binary built: ./bin/unraid-api'", "build-binary-step-2": "nexe ./dist/supervisor.js --output ./bin/unraid-supervisor --make=\"-j$(nproc 2> /dev/null || echo 1)\" -r './dist/**/*' -r './node_modules/**/*' && echo '✔ Binary built: ./bin/unraid-supervisor'", "build-binary-step-3": "rm -rf ./node_modules && rm -rf ./dist && echo '✔ Source files deleted'", - "build-binary": "npm run build-binary-step-1 && npm run build-binary-step-2 && build-binary-step-3", + "build-binary": "npm run build-binary-step-1 && npm run build-binary-step-2 && npm run build-binary-step-3", "copy-schemas": "cpx app/**/*.graphql dist/types", "clean": "modclean --no-progress --run --path .", "commit": "npx git-cz",