Skip to content

Commit

Permalink
build: fixed the release pipeline, missing step
Browse files Browse the repository at this point in the history
  • Loading branch information
grisha87 committed Aug 31, 2023
1 parent 61d864b commit f1546de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
npm run format:check
npm run lint
npm run test:unit
npm run build
npm install --prefix examples
npm run --prefix examples lint:ts
Expand Down

0 comments on commit f1546de

Please sign in to comment.