Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 6ffc0db1 authored by Plumtree3D's avatar Plumtree3D Committed by Celeste Robert
Browse files

test: clear build dir

parent d5a75a5b
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !113. Comments created here will be created in the context of that merge request.
...@@ -33,8 +33,8 @@ install_dependencies: ...@@ -33,8 +33,8 @@ install_dependencies:
extends: .cache-push extends: .cache-push
stage: build stage: build
script: script:
- npm run clear
- npm ci - npm ci
- npm run clear
lint: lint:
extends: .cache-pull extends: .cache-pull
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment