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
|
||||
image: docker.io/library/alpine:edge
|
||||
script:
|
||||
- apk add nodejs nodejs-npm
|
||||
- apk add nodejs npm
|
||||
- npm install --save-dev
|
||||
- npx webpack
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue