1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

fixes for travis

This commit is contained in:
David Bomba 2019-07-31 21:12:02 +10:00
parent f9adefb12a
commit 8f82dd8cc5
2 changed files with 2 additions and 8 deletions

View File

@ -64,11 +64,7 @@ before_script:
- php artisan migrate --database=db-ninja-01 --seed --no-interaction
- php artisan migrate --database=db-ninja-02 --seed --no-interaction
- php artisan optimize
- npm install -g npm-install-peers
- npm-install-peers
- npm install
- npm-install-peers
- npm install @types/bluebird @types/core-js@0.9.36
- npm run production
# migrate and seed the database
# Start webserver on ninja.test:8000

View File

@ -17,10 +17,8 @@
"cross-env": "^5.2.0",
"font-awesome": "^4.7.0",
"laravel-mix": "^4.1.2",
"puppeteer": "^1.18.1"
},
"peerDependencies": {
"jquery": "1.9.1 - 3",
"puppeteer": "^1.18.1",
"jquery": "^3.4.1",
"perfect-scrollbar": "^1.3.0",
"popper.js": "^1.14.3"
}