Skip to content
Snippets Groups Projects
Commit a5e5ebb5 authored by Im Cobu's avatar Im Cobu
Browse files

attempt to fix: file not found package.json

parent 8647c9b0
No related branches found
No related tags found
No related merge requests found
...@@ -6,5 +6,6 @@ stages: ...@@ -6,5 +6,6 @@ stages:
deploy: deploy:
stage: deploy stage: deploy
script: script:
- echo "//gitlab.example.com/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}">.npmrc - echo "//code.fbi.h-da.de/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}">.npmrc
- cd web
- npm publish - npm publish
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment