Skip to content

Commit

Permalink
ci(cd): fix typescript def gen
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Oct 25, 2022
1 parent afa2d77 commit 931b986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# Build docs and TS definitions and remove dev values from package.json
run: |
npm i --ignore-scripts
npm run doc
npm pkg delete commitlint devDependencies jest scripts
npm publish --ignore-scripts

0 comments on commit 931b986

Please sign in to comment.