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 execa = require('execa');
|
||||
const rimraf = require('rimraf');
|
||||
|
|
@ -13,6 +12,7 @@ const tasks = new Listr([
|
|||
{
|
||||
title: 'Clear cache files',
|
||||
task: async () => await Promise.all([
|
||||
'bootstrap/cache/*.php',
|
||||
'storage/logs/*.log',
|
||||
'storage/testing/*',
|
||||
'storage/debugbar/*',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user