mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
chore: madrun: wisdom: CI
This commit is contained in:
parent
041d889970
commit
8223800ac6
1 changed files with 3 additions and 1 deletions
|
|
@ -36,7 +36,9 @@ export default {
|
|||
'test': () => [testEnv, `tape 'test/**/*.{js,mjs}' '{client,static,common,server}/**/*.spec.{js,mjs}' -f fail`],
|
||||
'test:client': () => `tape 'test/client/**/*.js'`,
|
||||
'test:server': () => `tape 'test/**/*.js' 'server/**/*.spec.js' 'common/**/*.spec.js'`,
|
||||
'wisdom': () => run(['lint:all', 'build', 'test']),
|
||||
'wisdom': () => run(['lint:all', 'build', 'test'], null, {
|
||||
CI: 1,
|
||||
}),
|
||||
'wisdom:type': () => 'bin/release.mjs',
|
||||
'coverage': async () => [testEnv, `c8 ${await cutEnv('test')}`],
|
||||
'coverage:report': () => 'c8 report --reporter=lcov',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue