Skip to content

Commit

Permalink
Run postinstall script after running the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jan 9, 2025
1 parent 09cc24c commit 78c2a27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:

- run: npm run build

- run: npm run postinstall

- run: npm run test-dist

- run: npm run demo
Expand Down

0 comments on commit 78c2a27

Please sign in to comment.