Skip to content

Commit b6d5b83

Browse files
authored
refactor(package.json): update build lifecycle script run a prepare (#3179)
1 parent f1b2063 commit b6d5b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build": "lg-build bundle",
2323
"tsc": "lg-build tsc",
2424
"docs": "lg-build docs",
25-
"postinstall": "npx ts-node scripts/postinstall.ts"
25+
"prepare": "npx ts-node scripts/postinstall.ts"
2626
},
2727
"keywords": [],
2828
"license": "Apache-2.0",

0 commit comments

Comments
 (0)