Skip to content

Commit f7c66c8

Browse files
chore: reinstall with npm
vitest type/peer dependecy issues with yarn
1 parent 81a905b commit f7c66c8

17 files changed

Lines changed: 14841 additions & 13956 deletions

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,16 @@ jobs:
2828
uses: actions/cache@v4
2929
with:
3030
path: node_modules
31-
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
31+
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
3232

3333
- name: Install
34-
uses: borales/actions-yarn@v4
35-
with:
36-
cmd: install
34+
run: npm install
3735

3836
- name: Build Package
39-
uses: borales/actions-yarn@v4
40-
with:
41-
cmd: build
37+
run: npm run build
4238

4339
- name: Build Storybook Docs
44-
uses: borales/actions-yarn@v4
45-
with:
46-
cmd: storybook:build
40+
run: npm run storybook:build
4741

4842
- name: Upload Storybook
4943
uses: actions/upload-pages-artifact@v4

.github/workflows/release.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,13 @@ jobs:
3636
uses: actions/cache@v4
3737
with:
3838
path: node_modules
39-
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
39+
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
4040

4141
- name: 🏗️ Install
42-
uses: borales/actions-yarn@v5
43-
with:
44-
cmd: install
42+
run: npm install
4543

4644
- name: 🧪 Test
47-
run: yarn test:cov
45+
run: npm run test:cov
4846

4947
- name: 📊 Upload coverage reports to Codecov
5048
uses: codecov/codecov-action@v5
@@ -53,14 +51,10 @@ jobs:
5351
slug: form-atoms/list-atom
5452

5553
- name: 🔨 Build
56-
uses: borales/actions-yarn@v5
57-
with:
58-
cmd: build
54+
run: npm run build
5955

6056
- name: 🚢 Release
61-
uses: borales/actions-yarn@v5
57+
run: npx semantic-release
6258
env:
6359
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6460
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
65-
with:
66-
cmd: semantic-release

.gitignore

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
.yarn/*
2-
!.yarn/patches
3-
!.yarn/plugins
4-
!.yarn/releases
5-
!.yarn/sdks
6-
!.yarn/versions
7-
81
node_modules/
92
dist/
103
tsconfig.build.tsbuildinfo

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/jod
1+
lts/krypton

.yarn/releases/yarn-4.18.0.cjs

Lines changed: 0 additions & 1000 deletions
This file was deleted.

.yarn/versions/09363e3e.yml

Whitespace-only changes.

.yarn/versions/0a28fa2e.yml

Whitespace-only changes.

.yarn/versions/0b2c5104.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.yarn/versions/1b09538e.yml

Whitespace-only changes.

.yarn/versions/226843d4.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)