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