Adde -d parameter to npm install

This commit is contained in:
Serraniel 2020-10-03 15:33:45 +02:00
parent 437c31cf7c
commit 21a9ab754a
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3

View file

@ -7,6 +7,6 @@ cache:
directories: directories:
- node_modules - node_modules
install: install:
- npm install - npm install -d
script: script:
- npm run dist:prod - npm run dist:prod