Skip to content
Snippets Groups Projects
Commit 03ae53ed authored by Toni Salo's avatar Toni Salo
Browse files

Update .gitlab-ci.yml file

parent c46fb027
No related branches found
No related tags found
No related merge requests found
Pipeline #40864 failed
...@@ -10,8 +10,22 @@ build: ...@@ -10,8 +10,22 @@ build:
stage: build stage: build
script: script:
- npm run build - npm run build
artifacts:
paths:
- build/
test: test:
stage: test stage: test
script: script:
- npm test - npm test
deploy:
stage: deploy
script:
- npm publish
- mv public/tmp && mv build public
artifacts:
paths:
- public/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment