Remove deprecated npm options
This commit is contained in:
parent
5a630ea4b3
commit
68534cd541
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ javascript build:
|
|||
paths:
|
||||
- node_modules/
|
||||
before_script:
|
||||
- npm install --dev
|
||||
- npm install --only=dev
|
||||
script:
|
||||
- npx gulp
|
||||
|
||||
|
|
@ -45,7 +45,7 @@ javascript linting:
|
|||
paths:
|
||||
- node_modules/
|
||||
before_script:
|
||||
- npm install --dev
|
||||
- npm install --only=dev
|
||||
script:
|
||||
- npm run lint
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue