Skip to content

Commit

Permalink
update blui ci showcase build
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Dec 5, 2024
1 parent fd0ea3d commit ede3e81
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 111 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,14 @@ jobs:
with:
name: tarball
path: tarball
- run: yarn --immutable
working-directory: demos/showcase
- run: |
PACKAGED_VERSION=`node -p "require('./tarball/package.json').version"`
yarn add ./tarball/brightlayer-ui-react-components-$PACKAGED_VERSION.tgz
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
PACKAGED_VERSION=`node -p "require('../tarball/package.json').version"`
yarn add ../tarball/brightlayer-ui-react-components-$PACKAGED_VERSION.tgz
working-directory: demos/showcase
- run: yarn
working-directory: demos/showcase
- run: yarn build
working-directory: demos/showcase

Expand Down
Loading

0 comments on commit ede3e81

Please sign in to comment.