We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec85cdc commit 8bbd2b3Copy full SHA for 8bbd2b3
1 file changed
.github/workflows/types.yml
@@ -38,7 +38,7 @@ jobs:
38
const typesPkg = {
39
name: rootPkg.name,
40
version: rootPkg.version,
41
- description: rootPkg.description ? \`${rootPkg.description} (Types-only branch)\` : \`Types for ${rootPkg.name}\`,
+ description: rootPkg.description,
42
main: 'index.js',
43
types: 'index.d.ts', // Assumes 'index.d.ts' is the main entry point in your 'types' dir
44
repository: rootPkg.repository,
0 commit comments