Skip to content
Snippets Groups Projects
Commit 842c4d7b authored by David Trattnig's avatar David Trattnig
Browse files

fix: build without make

parent 2d524175
No related branches found
No related tags found
No related merge requests found
Pipeline #3453 failed
......@@ -23,7 +23,7 @@ run_tests:
stage: test
before_script:
- *install_requirements
- cp config/dev-settings.json config/dev.settings.json
- cp config/dev-settings.json config/settings.json
script:
- make spell
- make lint
......@@ -32,10 +32,10 @@ do_build:
stage: build
before_script:
- *install_requirements
- cp config/dev-settings.json config/dev.settings.json
- cp config/dev-settings.json config/settings.json
script:
- echo $NODE_ENV
- make build
- npm run build
artifacts:
paths:
- public/
......
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