We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c03ef commit 5e61b44Copy full SHA for 5e61b44
.gitignore
@@ -2,4 +2,3 @@ node_modules/
2
out/
3
vendor/
4
.DS_Store
5
-package-lock.json
.npmrc
.travis.yml
@@ -13,7 +13,7 @@ before_install:
13
- nvm use 8
14
15
install:
16
- - npm install
+ - npm ci
17
18
script:
19
- npm run lint
@@ -25,7 +25,7 @@ jobs:
25
- stage: release
26
php: '7.1'
27
28
29
- composer install --prefer-dist --no-interaction --optimize-autoloader
30
31
- npm run build
0 commit comments