Skip to content

Commit b805f6e

Browse files
committed
feat: upgrade Vite and Tailwind
1 parent 453180a commit b805f6e

12 files changed

Lines changed: 2921 additions & 1715 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
node-version: 22
1717
cache: 'npm'
1818
- run: npm ci
19+
# Build first due to type creation
20+
- run: npm run build:widget
1921
- run: npm run lint
2022
- run: npm run format:ci
2123
- run: npm run test:widget
2224
- run: npm run tsc:widget
23-
- run: npm run build:widget

.husky/pre-commit

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
cd packages/react-simple-headless-carousel \
2-
&& npm run test:lint \
3-
&& npm run tsc \
4-
&& npm run format
1+
npm run lint
2+
npm run test:widget
3+
npm run format:ci

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hoist=false

0 commit comments

Comments
 (0)