mirror of
https://github.com/unraid/api.git
synced 2026-01-02 14:40:01 -06:00
chore: fix typo
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user