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/ - node_modules/
variables: variables:
NODE_ENV: "" NODE_ENV: ''
NPM_CONFIG_PRODUCTION: "false" NPM_CONFIG_PRODUCTION: 'false'
script: script:
# Install dependencies # Install dependencies
@@ -69,7 +69,7 @@ default:
EOF EOF
artifacts: artifacts:
name: "out-$CI_COMMIT_SHORT_SHA" name: 'out-$CI_COMMIT_SHORT_SHA'
paths: paths:
- out/ - out/
expire_in: 1 week expire_in: 1 week