Skip to content

Commit 324a9fa

Browse files
committed
fix: add ts-patch prepare script in example repo
1 parent bcb685b commit 324a9fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/ts-plugin-example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"scripts": {
1313
"test:unit": "bun test",
1414
"test:types": "tspc --project ./tsconfig.transformer.json",
15+
"prepare": "ts-patch install -s",
1516
"clean": "rm -rf out && echo done"
1617
},
1718
"dependencies": {

0 commit comments

Comments
 (0)