image: node:latest build: script: - yarn install - yarn build artifacts: paths: - dist/ deploy: needs: [ build ] script: - echo "//${CI_SERVER_HOST}/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken=${CI_JOB_TOKEN}">.npmrc - npm publish