Skip to content

Commit f343d7b

Browse files
committed
chore: add postinstall script
1 parent 277734c commit f343d7b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"deploy": "wrangler deploy --secrets-file .env",
1515
"prestart": "npm run types:sync",
1616
"predev": "npm run types:sync",
17-
"predeploy": "npm run types:sync"
17+
"predeploy": "npm run types:sync",
18+
"postinstall": "wrangler types"
1819
},
1920
"dependencies": {
2021
"@line/bot-sdk": "^11.0.2"

0 commit comments

Comments
 (0)