Skip to content

Commit b4f179c

Browse files
committed
move files
1 parent 9f94b5c commit b4f179c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+283
-72
lines changed

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
cache: npm
3535

3636
- name: Install dependencies
37-
run: npm install
37+
run: npm install --legacy-peer-deps
3838

3939
- name: Build Storybook
4040
run: npm run build-storybook

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ node_modules
55
.env.test.local
66
.env.production.local
77
.yarn
8-
.DS_Store
8+
.DS_Store
9+
playwright-report
10+
test-results

package-lock.json

Lines changed: 210 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"@webcontainer/api": "^1.1.3",
6363
"coi-serviceworker": "^0.1.7",
6464
"framer-motion": "^12.5.0",
65+
"isomorphic-git": "^1.30.1",
6566
"lexical": "^0.28.0",
6667
"lucide-react": "^0.292.0",
6768
"postcss": "^8.4.31",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)