Skip to content
Snippets Groups Projects
Commit c616a43a authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

feil i parameter til build-script

parent 1e3417c3
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ build-dev: ...@@ -9,7 +9,7 @@ build-dev:
- master - master
script: script:
- npm install --progress=false - npm install --progress=false
- npm run build --mode dev_server - npm run build -- --mode dev_server
artifacts: artifacts:
expire_in: 1 week expire_in: 1 week
paths: paths:
...@@ -22,7 +22,7 @@ build-prod: ...@@ -22,7 +22,7 @@ build-prod:
- /^release_.*$/ - /^release_.*$/
script: script:
- npm install --progress=false - npm install --progress=false
- npm run build --mode production - npm run build -- --mode production
artifacts: artifacts:
expire_in: 1 week expire_in: 1 week
paths: paths:
......
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