chore: cloudcmd: lint

This commit is contained in:
coderaiser 2023-01-30 16:06:32 +02:00
parent bdddc5752d
commit 8e25a02568
4 changed files with 9 additions and 1 deletions

View file

@ -57,6 +57,7 @@ export default {
'watch:test:server': async () => `nodemon -w client -w test/client -x ${await run('test:server')}`,
'watch:coverage': async () => [testEnv, `nodemon -w server -w test -w common -x ${await cutEnv('coverage')}`],
'build': async () => run('6to5:*'),
'build:dev': async () => run('build:client:dev'),
'build:client': () => run('6to5:client'),
'build:client:dev': () => run('6to5:client:dev'),
'heroku-postbuild': () => run('6to5:client'),