Skip to content

Commit 61cf99f

Browse files
committed
switched from prepublish to prepublishOnly
1 parent fc27985 commit 61cf99f

File tree

1 file changed

+1
-1
lines changed
  • packages/type-scripts/scripts

1 file changed

+1
-1
lines changed

packages/type-scripts/scripts/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = function(
3838
// Setup the script rules
3939
appPackage.scripts = {
4040
build: "type-scripts-build",
41-
prepublish: `${useYarn ? "yarn " : "npm run"} build`,
41+
prepublishOnly: `${useYarn ? "yarn " : "npm run"} build`,
4242
}
4343

4444
fs.writeFileSync(

0 commit comments

Comments
 (0)