missing npm install for workaround

This commit is contained in:
Sebastian 2021-04-15 10:25:58 -03:00
parent 3e705539b9
commit 7b87f01968
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -19,6 +19,7 @@ deploy-webext:
script:
- ./bootstrap
- ./configure
- pnpm i
- pnpm run -r prepare
- make webextension
- 'curl --header "JOB-TOKEN: $CI_JOB_TOKEN"
@ -32,6 +33,7 @@ deploy-npm:
- npm config set '//gitlab.com/api/v4/projects/${CI_PROJECT_ID}/packages/npm/:_authToken' ${CI_JOB_TOKEN}
- ./bootstrap
- ./configure
- pnpm i
- pnpm run -r prepare
- make publish