Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/app/bin/d2-app
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ const pkgJson = require('../package.json')
const command = require(`..`)

notifyOfUpdates(pkgJson)
makeEntryPoint(command).parse()
makeEntryPoint(command)
2 changes: 1 addition & 1 deletion packages/cluster/bin/d2-cluster
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ const pkgJson = require('../package.json')
const command = require(`..`)

notifyOfUpdates(pkgJson)
makeEntryPoint(command).parse()
makeEntryPoint(command)
2 changes: 1 addition & 1 deletion packages/create-app/bin/d2-create-app
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ const pkgJson = require('../package.json')
const command = require(`..`)

notifyOfUpdates(pkgJson)
makeEntryPoint(command).parse()
makeEntryPoint(command)
2 changes: 1 addition & 1 deletion packages/create/bin/d2-create
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ const pkgJson = require('../package.json')
const command = require(`..`)

notifyOfUpdates(pkgJson)
makeEntryPoint(command).parse()
makeEntryPoint(command)
2 changes: 1 addition & 1 deletion packages/create/templates/cli/bin/{{executable}}
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ const pkgJson = require('../package.json')
const command = require(`..`)

notifyOfUpdates(pkgJson)
makeEntryPoint(command).parse()
makeEntryPoint(command)
2 changes: 1 addition & 1 deletion packages/main/bin/d2
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ const pkgJson = require('../package.json')
const command = require(`..`)

notifyOfUpdates(pkgJson)
makeEntryPoint(command).parse()
makeEntryPoint(command)
2 changes: 1 addition & 1 deletion packages/utils/bin/d2-utils
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ const pkgJson = require('../package.json')
const command = require(`..`)

notifyOfUpdates(pkgJson)
makeEntryPoint(command).parse()
makeEntryPoint(command)