Skip to content

Commit

Permalink
set yarn 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaldivia committed Jan 8, 2024
1 parent aa85cfa commit efe6717
Show file tree
Hide file tree
Showing 3 changed files with 14,464 additions and 10,371 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,17 @@ jobs:
cache: "yarn"
cache-dependency-path: yarn.lock

# - name: Install Dependencies
# continue-on-error: false
# run: |
# yarn install
- name: Install Dependencies
continue-on-error: false
run: |
yarn set version 3.x
yarn install
- name: Log in to private Docker registry
run: echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login ${{ secrets.REGISTRY_URL }} -u '${{ secrets.REGISTRY_USERNAME }}' --password-stdin

- name: Build Storybook
run: |
rm -Rf node_modules/
rm yarn.lock
yarn install
yarn build
yarn build-storybook
docker buildx build --platform linux/amd64 --push -t registry.min.dev/minio/mds .
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^14.1.2",
"@types/jest": "^29.5.11",
"@types/react": "^18.2.46",
"@types/luxon": "^3.3.5",
"@types/react": "^18.2.46",
"@types/react-virtualized": "^9.21.29",
"babel-loader": "^9.1.3",
"jest": "^29.6.4",
Expand Down
Loading

0 comments on commit efe6717

Please sign in to comment.