Skip to content

Commit

Permalink
build(ci): add ci script before npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
tonghauhive committed Jan 9, 2024
1 parent 779a18b commit d89c463
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-latest.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# @format

name: Publish Latest Releases

on:
Expand All @@ -16,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 @@ -31,6 +34,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 d89c463

Please sign in to comment.