From 8e7cdcae0dcb74d22b9ec93bee9f27ec5380874b Mon Sep 17 00:00:00 2001 From: Max Kadel Date: Fri, 1 Mar 2024 16:36:07 -0500 Subject: [PATCH] Run CI against published lux-styleguidist release (#1057) --- .circleci/config.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1476b057..eabd1d5b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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