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 c1971ed commit 50c6907Copy full SHA for 50c6907
packages/type-scripts/scripts/init.js
@@ -38,6 +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`,
42
}
43
44
fs.writeFileSync(
0 commit comments