Commit c28320c7 authored by Reza Sahebgharan's avatar Reza Sahebgharan

fix(test): add npminstall to gitlab-ci

parent 0a010245
Pipeline #258 failed with stage
in 3 minutes and 28 seconds
...@@ -7,6 +7,7 @@ build: ...@@ -7,6 +7,7 @@ build:
- shell - shell
script: script:
- echo "starting build" - echo "starting build"
- npm install
- npm run test-jest - npm run test-jest
- npm run release - npm run release
- git push --tags - git push --tags
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment