Change name of npm package in gitlab ci config.
This commit is contained in:
parent
8f3b7ef3e9
commit
ed2056a32e
|
@ -2,7 +2,7 @@ pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: docker.io/library/alpine:edge
|
image: docker.io/library/alpine:edge
|
||||||
script:
|
script:
|
||||||
- apk add nodejs nodejs-npm
|
- apk add nodejs npm
|
||||||
- npm install --save-dev
|
- npm install --save-dev
|
||||||
- npx webpack
|
- npx webpack
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue