Update release script

This commit is contained in:
Pig Fang 2018-08-22 10:19:53 +08:00
parent 808906a7b3
commit 4a23b8d858

View File

@ -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/*',