We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc27985 commit 61cf99fCopy full SHA for 61cf99f
packages/type-scripts/scripts/init.js
@@ -38,7 +38,7 @@ module.exports = function(
38
// Setup the script rules
39
appPackage.scripts = {
40
build: "type-scripts-build",
41
- prepublish: `${useYarn ? "yarn " : "npm run"} build`,
+ prepublishOnly: `${useYarn ? "yarn " : "npm run"} build`,
42
}
43
44
fs.writeFileSync(
0 commit comments