Skip to content

Commit caceeea

Browse files
authored
Merge branch 'main' into sno-oxlin
2 parents 043d32e + 8e8a45c commit caceeea

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release-version-bump.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
uses: actions/setup-node@v4
6060
with:
6161
node-version: lts/*
62-
cache: 'pnpm'
6362

6463
- name: Bump version
6564
id: bump-version

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ templates_repo/
7878
vite.config.mts.timestamp-*.mjs
7979

8080
# Linux core dumps
81-
./core
81+
/core
8282

8383
*storybook.log
8484
storybook-static

0 commit comments

Comments
 (0)