Skip to content

Commit

Permalink
build: add package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Sep 20, 2019
1 parent 18c03ef commit 5e61b44
Show file tree
Hide file tree
Showing 4 changed files with 10,735 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ node_modules/
out/
vendor/
.DS_Store
package-lock.json
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_install:
- nvm use 8

install:
- npm install
- npm ci

script:
- npm run lint
Expand All @@ -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
Expand Down
Loading

0 comments on commit 5e61b44

Please sign in to comment.