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: ...@@ -23,7 +23,7 @@ run_tests:
stage: test stage: test
before_script: before_script:
- *install_requirements - *install_requirements
- cp config/dev-settings.json config/dev.settings.json - cp config/dev-settings.json config/settings.json
script: script:
- make spell - make spell
- make lint - make lint
...@@ -32,10 +32,10 @@ do_build: ...@@ -32,10 +32,10 @@ do_build:
stage: build stage: build
before_script: before_script:
- *install_requirements - *install_requirements
- cp config/dev-settings.json config/dev.settings.json - cp config/dev-settings.json config/settings.json
script: script:
- echo $NODE_ENV - echo $NODE_ENV
- make build - npm run build
artifacts: artifacts:
paths: paths:
- public/ - 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