parent
18c03ef974
commit
5e61b44249
|
@ -2,4 +2,3 @@ node_modules/
|
|||
out/
|
||||
vendor/
|
||||
.DS_Store
|
||||
package-lock.json
|
||||
|
|
|
@ -13,7 +13,7 @@ before_install:
|
|||
- nvm use 8
|
||||
|
||||
install:
|
||||
- npm install
|
||||
- npm ci
|
||||
|
||||
script:
|
||||
- npm run lint
|
||||
|
@ -25,7 +25,7 @@ jobs:
|
|||
- stage: release
|
||||
php: '7.1'
|
||||
install:
|
||||
- npm install
|
||||
- npm ci
|
||||
- composer install --prefer-dist --no-interaction --optimize-autoloader
|
||||
script:
|
||||
- npm run build
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue