mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(madrun) lint
This commit is contained in:
parent
4dd28a27d3
commit
c1a08d8ad3
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ module.exports = {
|
|||
'test:base': () => {
|
||||
const cmd = 'tape';
|
||||
const names = `'test/**/*.js' '{client,static,common,server}/**/*.spec.js'`;
|
||||
|
||||
|
||||
return `${cmd} ${names}`;
|
||||
},
|
||||
'test': () => `${env} ${run('test:base')}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue