Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 8b5ae28

Browse files
committed
chore: nativeclass and patch handling
1 parent 5dac383 commit 8b5ae28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"preuninstall": "node preuninstall-hooks.js",
3838
"setup": "node scripts/postinstall.js setup",
3939
"config": "node scripts/postinstall.js config",
40-
"tsc": "tsc -skipLibCheck",
40+
"tsc": "ts-patch install && tsc -skipLibCheck",
4141
"plugin.tscwatch": "npm run tsc -- -w",
4242
"package": "cd ../publish && ./pack.sh",
4343
"demo.ios": "npm run preparedemo && cd ../demo && tns run ios",

0 commit comments

Comments
 (0)