1
0
Fork 0

Change name of npm package in gitlab ci config.

This commit is contained in:
ChaotiCryptidz - 2021-11-21 12:17:07 +00:00
parent 8f3b7ef3e9
commit ed2056a32e

View file

@ -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: