Skip to content

Commit

Permalink
fix(ci): add installation script before lib install step
Browse files Browse the repository at this point in the history
  • Loading branch information
clukhei committed Jan 9, 2024
1 parent 506283a commit 779a18b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
node-version: 14
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run lib:install
- run: npm run lib:build
- run: cd lib/sgds
Expand All @@ -36,6 +37,7 @@ jobs:
with:
node-version: 14
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run sgds-x-family:install
- run: npm run sgds-x-family:build
- run: cd lib/sgds-x-family
Expand Down

0 comments on commit 779a18b

Please sign in to comment.