mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(madrun) watch:client:dev: rm duplicate --progress
This commit is contained in:
parent
d71066b95e
commit
7da7bc8606
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ module.exports = {
|
|||
'report': () => 'nyc report --reporter=text-lcov | coveralls',
|
||||
'6to5': () => 'webpack --progress',
|
||||
'6to5:client': () => run('6to5', '--mode production'),
|
||||
'6to5:client:dev': () => `NODE_ENV=development ${run('6to5', '--progress --mode development')}`,
|
||||
'6to5:client:dev': () => `NODE_ENV=development ${run('6to5', '--mode development')}`,
|
||||
'pre6to5:client': () => 'rimraf dist',
|
||||
'pre6to5:client:dev': () => 'rimraf dist-dev',
|
||||
'watch:client': () => run('6to5:client','--watch'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue