Skip to content
Snippets Groups Projects
Verified Commit 0ada1e1a authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Install modules before CI build

parent 86eb1e59
No related branches found
No related tags found
1 merge request!6Resolve "Add deployment"
Pipeline #3180 passed
......@@ -25,6 +25,7 @@ brunch_build:
before_script:
- npm i -g brunch
script:
- npm i
- brunch b --production
artifacts:
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