mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
chore: lint
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user