Skip to content

Commit

Permalink
Run CI against published lux-styleguidist release (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadel authored and christinach committed Mar 15, 2024
1 parent 87a06be commit 8e7cdca
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,25 +76,6 @@ jobs:
keys:
- approvals-yarn-v1-{{ checksum "yarn.lock" }}
- approvals-yarn-v1-

# The following steps should only be needed until we publish the new lux-styleguidist package
## Start temporary steps
- run:
name: Clone lux-styleguidist repository
command: git clone https://github.com/pulibrary/lux-styleguidist.git ~/lux-styleguidist

- run:
name: Add yalc globally
command: yarn global add yalc

- run:
name: Build lux-styleguidist
command: cd ~/lux-styleguidist && npm install && npm run build && yarn exec yalc publish

- run:
name: Add lux-styleguidist to approvals using yalc
command: yarn exec yalc add lux-design-system
## End temporary steps
- run:
name: Yarn Install
command: yarn install --cache-folder ~/.cache/yarn
Expand Down

0 comments on commit 8e7cdca

Please sign in to comment.