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