Skip to content

Commit

Permalink
feat(publish): expose publish command module
Browse files Browse the repository at this point in the history
  • Loading branch information
varl committed Jun 30, 2021
1 parent 22907e3 commit ff55d5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const { namespace } = require('@dhis2/cli-helpers-engine')
const publishCommand = require('./commands/publish')

module.exports = namespace('scripts', {
desc: 'Scripts for development of DHIS2 applications',
Expand All @@ -9,3 +10,5 @@ module.exports = namespace('scripts', {
yargs.commandDir('commands')
},
})

module.exports.publishCommand = publishCommand

0 comments on commit ff55d5a

Please sign in to comment.