change envoy
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
git pull origin {{ $config->prod_branch }}
|
git pull origin {{ $config->prod_branch }}
|
||||||
composer install --no-dev
|
composer install --no-dev
|
||||||
npm install --only=dependencies
|
npm install --only=dependencies
|
||||||
npm run production
|
npm run production --only=dependencies
|
||||||
php artisan migrate --force
|
php artisan migrate --force
|
||||||
php artisan optimize
|
php artisan optimize
|
||||||
php artisan up
|
php artisan up
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
/*!
|
/*!
|
||||||
* Vue.js v2.6.11
|
* Vue.js v2.6.12
|
||||||
* (c) 2014-2019 Evan You
|
* (c) 2014-2020 Evan You
|
||||||
* Released under the MIT License.
|
* Released under the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* vuex v3.5.1
|
* vuex v3.6.0
|
||||||
* (c) 2020 Evan You
|
* (c) 2020 Evan You
|
||||||
* @license MIT
|
* @license MIT
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user