Skip to content

Commit 557f4b8

Browse files
committed
chore: add postinstall script
1 parent 1804ab2 commit 557f4b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
"make:docs": "typedoc",
2424
"test": "jest --coverage",
2525
"test:ci": "cross-env CI=1 jest",
26-
"prepare": "yarn run build"
26+
"prepare": "yarn run build",
27+
"postinstall": "ts-node tools/init"
28+
2729
},
2830
"engines": {
2931
"node": ">=10",

0 commit comments

Comments
 (0)