Skip to content

Commit

Permalink
ignore dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Jun 10, 2019
1 parent 2ea9f02 commit f0c7df2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ async function main (): Promise<number> {
const pkgFile = await pkgUp({ cwd })

if (!pkgFile) {
console.error('@chatie/git-scripts: can not find any package.json')
return 1
return 0
}

const pkg = require(pkgFile) as PackageGitScripts
Expand Down

0 comments on commit f0c7df2

Please sign in to comment.