Skip to content

Commit

Permalink
install react-fluid-table manually
Browse files Browse the repository at this point in the history
  • Loading branch information
mckervinc committed Sep 27, 2023
1 parent fc3768e commit 8cb021a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ jobs:
run: npm install -g yarn
- name: Install dependencies
working-directory: ./example
run: yarn install
run: |
sed -i '/link:/d' package.json
yarn install react-fluid-table
yarn install
- name: Build
working-directory: ./example
run: yarn build
Expand Down

0 comments on commit 8cb021a

Please sign in to comment.