chore: lint

This commit is contained in:
ValdiANS
2026-02-02 11:15:38 +07:00
parent ec7427b948
commit c19a7cba68
+3 -3
View File
@@ -23,8 +23,8 @@ default:
- node_modules/
variables:
NODE_ENV: ""
NPM_CONFIG_PRODUCTION: "false"
NODE_ENV: ''
NPM_CONFIG_PRODUCTION: 'false'
script:
# Install dependencies
@@ -69,7 +69,7 @@ default:
EOF
artifacts:
name: "out-$CI_COMMIT_SHORT_SHA"
name: 'out-$CI_COMMIT_SHORT_SHA'
paths:
- out/
expire_in: 1 week