Skip to content
Snippets Groups Projects
Commit 39259327 authored by Luc FILIAO's avatar Luc FILIAO
Browse files

[ ft ] Modification...

yesyyeysysjnakj
parent 3a2172a7
No related branches found
No related tags found
No related merge requests found
......@@ -7,11 +7,14 @@ before_script:
- apk update
- apk add npm
before_script:
- apt update
- apt install npm
pages:
stage: deploy
script:
- echo "The site will be deployed to $CI_PAGES_URL"
- if type npm; then echo "npm already installed"; else apt update && apt install npm && echo "npm installation done"; fi
- cd app
- npm install
- npm run build
......
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