Skip to content

Commit

Permalink
chore: ci run postinstall error
Browse files Browse the repository at this point in the history
  • Loading branch information
a145789 committed Dec 13, 2023
1 parent 81c5504 commit ed83af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "simple-git-hooks",
"postinstall": "node -e \"if (process.env.INIT_CWD === process.cwd()) { process.exit(1) }\" || simple-git-hooks",
"dev": "tsup --watch",
"build": "tsup",
"release": "pnpm build && node bin/index.js release",
Expand Down Expand Up @@ -79,4 +79,4 @@
"picocolors": "^1.0.0",
"semver": "^7.5.4"
}
}
}

0 comments on commit ed83af0

Please sign in to comment.