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

Commit d923d6b

Browse files
authored
Merge pull request #258 from asigloo/hotfix/vdf-components-resolve-missing
fix: tsc command for dts
2 parents 79cb628 + cf33562 commit d923d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build:dts": "api-extractor run --local --verbose && tail -n +7 >> dist/as-dynamic-forms.d.ts",
1717
"postinstall": "is-ci || husky install",
1818
"postpublish": "pinst --enable",
19-
"prepublishOnly": "tsc src/index.ts --noEmit && yarn build && pinst --disable",
19+
"prepublishOnly": "tsc --project tsconfig.json --noEmit && yarn build && pinst --disable",
2020
"semantic-release": "semantic-release",
2121
"test": "jest",
2222
"test:components": "cypress open-ct",

0 commit comments

Comments
 (0)