mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-10 07:31:27 -07:00
testing generic deploy
This commit is contained in:
@@ -9,6 +9,7 @@ import { ciCmd } from '../cmd/ci.cmd'
|
||||
import { devCmd } from '../cmd/dev.cmd'
|
||||
import { fixCmd } from '../cmd/fix.cmd'
|
||||
import { shfmtCmd } from '../cmd/shfmt.cmd'
|
||||
import { syncCmd } from '../cmd/sync.cmd'
|
||||
import { updateCmd } from '../cmd/update.cmd'
|
||||
|
||||
program
|
||||
@@ -25,6 +26,7 @@ program
|
||||
.addCommand(ciCmd)
|
||||
.addCommand(updateCmd)
|
||||
.addCommand(shfmtCmd)
|
||||
.addCommand(syncCmd)
|
||||
|
||||
// Don't hang for unresolved promises
|
||||
.hook('postAction', () => process.exit(0))
|
||||
|
||||
Reference in New Issue
Block a user