Closed hansjovis closed 3 years ago
This PR can be summarized in the following changelog entry:
package.json
index.d.ts
dist/index.d.ts
prepublishOnly
main: dist/index.js
main: index.js
This PR can be tested by following these steps:
Fixes #
Summary
This PR can be summarized in the following changelog entry:
package.json
to make sure that other packages can consume the typings even with a linked schema-blocks package.Relevant technical choices:
index.d.ts
) changes based on whether it is unlinked/installed or linked.dist/index.d.ts
index.d.ts
.index.d.ts
, but with a linked monorepo it is located withindist/index.d.ts
.package.json
file.prepublishOnly
hook such that the typings property is updated when the package is published.main: dist/index.js
->main: index.js
right now.Test instructions
This PR can be tested by following these steps:
Impact check
UI changes
Quality assurance
Fixes #