Skip to content

Commit 5e61b44

Browse files
committed
build: add package-lock.json
1 parent 18c03ef commit 5e61b44

File tree

4 files changed

+10735
-4
lines changed

4 files changed

+10735
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ node_modules/
22
out/
33
vendor/
44
.DS_Store
5-
package-lock.json

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_install:
1313
- nvm use 8
1414

1515
install:
16-
- npm install
16+
- npm ci
1717

1818
script:
1919
- npm run lint
@@ -25,7 +25,7 @@ jobs:
2525
- stage: release
2626
php: '7.1'
2727
install:
28-
- npm install
28+
- npm ci
2929
- composer install --prefer-dist --no-interaction --optimize-autoloader
3030
script:
3131
- npm run build

0 commit comments

Comments
 (0)