mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
fixes for travis
This commit is contained in:
parent
f9adefb12a
commit
8f82dd8cc5
@ -64,11 +64,7 @@ before_script:
|
|||||||
- php artisan migrate --database=db-ninja-01 --seed --no-interaction
|
- php artisan migrate --database=db-ninja-01 --seed --no-interaction
|
||||||
- php artisan migrate --database=db-ninja-02 --seed --no-interaction
|
- php artisan migrate --database=db-ninja-02 --seed --no-interaction
|
||||||
- php artisan optimize
|
- php artisan optimize
|
||||||
- npm install -g npm-install-peers
|
|
||||||
- npm-install-peers
|
|
||||||
- npm install
|
- npm install
|
||||||
- npm-install-peers
|
|
||||||
- npm install @types/bluebird @types/core-js@0.9.36
|
|
||||||
- npm run production
|
- npm run production
|
||||||
# migrate and seed the database
|
# migrate and seed the database
|
||||||
# Start webserver on ninja.test:8000
|
# Start webserver on ninja.test:8000
|
||||||
|
@ -17,10 +17,8 @@
|
|||||||
"cross-env": "^5.2.0",
|
"cross-env": "^5.2.0",
|
||||||
"font-awesome": "^4.7.0",
|
"font-awesome": "^4.7.0",
|
||||||
"laravel-mix": "^4.1.2",
|
"laravel-mix": "^4.1.2",
|
||||||
"puppeteer": "^1.18.1"
|
"puppeteer": "^1.18.1",
|
||||||
},
|
"jquery": "^3.4.1",
|
||||||
"peerDependencies": {
|
|
||||||
"jquery": "1.9.1 - 3",
|
|
||||||
"perfect-scrollbar": "^1.3.0",
|
"perfect-scrollbar": "^1.3.0",
|
||||||
"popper.js": "^1.14.3"
|
"popper.js": "^1.14.3"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user