Install all javascript dependencies by default

This commit is contained in:
sonny 2020-01-18 19:44:11 +01:00
parent 12693dac10
commit 62e763604e

View file

@ -11,7 +11,7 @@ javascript build:
paths:
- node_modules/
before_script:
- npm install --only=dev
- npm install
script:
- npx gulp
@ -45,7 +45,7 @@ javascript linting:
paths:
- node_modules/
before_script:
- npm install --only=dev
- npm install
script:
- npm run lint