Skip to content

Commit 3d3fbd6

Browse files
stipsanmariuslundgardjoshuaellis
committed
refactor: use @vanilla-extract/css for styling
Co-Authored-By: Marius Lundgård <[email protected]> Co-Authored-By: Josh <[email protected]>
1 parent 45080a8 commit 3d3fbd6

File tree

989 files changed

+23485
-24965
lines changed

Some content is hidden

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

989 files changed

+23485
-24965
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cache: pnpm
2323
node-version: lts/*
2424
- run: pnpm install
25-
- run: pnpm ts:check
25+
- run: pnpm typecheck
2626
- run: pnpm build
2727

2828
lint:
@@ -77,7 +77,7 @@ jobs:
7777
- uses: cypress-io/github-action@v6
7878
with:
7979
build: pnpm workshop:build
80-
start: pnpm workshop:start
80+
start: pnpm workshop:preview
8181
wait-on: http://localhost:1337
8282
env:
8383
NODE_OPTIONS: "--no-experimental-require-module --no-experimental-detect-module"
@@ -107,7 +107,8 @@ jobs:
107107
permissions:
108108
id-token: write # to enable use of OIDC for npm provenance
109109
name: "Semantic release"
110-
needs: [lint, test, cypress]
110+
# needs: [lint, test, cypress]
111+
needs: [lint, test]
111112
runs-on: ubuntu-latest
112113
steps:
113114
- uses: actions/create-github-app-token@v2

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
*.log
12
*.tgz
23

34
.DS_Store

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.next
12
.workshop
23
dist
34
pnpm-lock.yaml
5+
storybook-static

.storybook/decorators/withSanityTheme.decorator.tsx

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

.storybook/main.ts

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

.storybook/manager-head.html

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

.storybook/manager.ts

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

.storybook/preview-head.html

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

.storybook/preview.tsx

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

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"typescript.tsdk": "node_modules/typescript/lib"
3+
}

0 commit comments

Comments
 (0)