Skip to content
Snippets Groups Projects
Commit b12f84f2 authored by Nayeem Rahman's avatar Nayeem Rahman
Browse files

Fix build step in CI

parent 8bdbaece
No related branches found
No related tags found
1 merge request!6Fix build step in CI
Pipeline #100671 passed
...@@ -11,7 +11,7 @@ stages: ...@@ -11,7 +11,7 @@ stages:
backend_build: backend_build:
stage: build stage: build
script: script:
- npm build - npm run build
backend_test: backend_test:
stage: test stage: test
......
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