build: add package-lock.json

pull/438/head v2.3.13
Felix Becker 2019-09-20 17:38:06 +02:00
parent 18c03ef974
commit 5e61b44249
4 changed files with 10735 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,4 +2,3 @@ node_modules/
out/ out/
vendor/ vendor/
.DS_Store .DS_Store
package-lock.json

1
.npmrc
View File

@ -1 +0,0 @@
package-lock=false

View File

@ -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

10733
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff