Skip to content

Commit 1d9b92a

Browse files
authored
Update release.yml
1 parent dd6e728 commit 1d9b92a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
registry-url: https://registry.npmjs.org/
3333
- run: npm install
3434
- run: npm run build
35+
- run: npx tsc index.js --declaration --allowJs --emitDeclarationOnly --skipLibCheck --outDir .
3536
- run: npm install -g json
3637
- run: json -I -f package.json -e 'this.scripts.postinstall="echo done"'
3738
- run: npm publish
@@ -50,6 +51,7 @@ jobs:
5051
registry-url: https://npm.pkg.github.com/
5152
- run: npm install
5253
- run: npm run build
54+
- run: npx tsc index.js --declaration --allowJs --emitDeclarationOnly --skipLibCheck --outDir .
5355
- run: npm install -g json
5456
- run: json -I -f package.json -e 'this.name="@vip-git/react-jsonschema-form-material-ui"'
5557
- run: json -I -f package.json -e 'this.scripts.postinstall="echo done"'

0 commit comments

Comments
 (0)