Install all javascript dependencies by default
This commit is contained in:
parent
12693dac10
commit
62e763604e
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ javascript build:
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
before_script:
|
before_script:
|
||||||
- npm install --only=dev
|
- npm install
|
||||||
script:
|
script:
|
||||||
- npx gulp
|
- npx gulp
|
||||||
|
|
||||||
|
|
@ -45,7 +45,7 @@ javascript linting:
|
||||||
paths:
|
paths:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
before_script:
|
before_script:
|
||||||
- npm install --only=dev
|
- npm install
|
||||||
script:
|
script:
|
||||||
- npm run lint
|
- npm run lint
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue