Update release script
This commit is contained in:
parent
808906a7b3
commit
4a23b8d858
|
|
@ -1,4 +1,3 @@
|
||||||
const { promisify } = require('util');
|
|
||||||
const Listr = require('listr');
|
const Listr = require('listr');
|
||||||
const execa = require('execa');
|
const execa = require('execa');
|
||||||
const rimraf = require('rimraf');
|
const rimraf = require('rimraf');
|
||||||
|
|
@ -13,6 +12,7 @@ const tasks = new Listr([
|
||||||
{
|
{
|
||||||
title: 'Clear cache files',
|
title: 'Clear cache files',
|
||||||
task: async () => await Promise.all([
|
task: async () => await Promise.all([
|
||||||
|
'bootstrap/cache/*.php',
|
||||||
'storage/logs/*.log',
|
'storage/logs/*.log',
|
||||||
'storage/testing/*',
|
'storage/testing/*',
|
||||||
'storage/debugbar/*',
|
'storage/debugbar/*',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user