Skip to content

Commit 2089014

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 2089014

File tree

990 files changed

+23513
-24958
lines changed

Some content is hidden

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

990 files changed

+23513
-24958
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

.npmrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
; This is needed for prettier to be able to use the plugin specified by the `@sanity/prettier-config` preset, as well as eslint plugins defined by `@repo/eslint-config`
2+
public-hoist-pattern[]=*eslint*
3+
public-hoist-pattern[]=*prettier*
4+
5+
prefer-workspace-packages = true
16
strict-peer-dependencies = false
27
link-workspace-packages = deep
38
# https://github.com/cypress-io/github-action/blob/43c624e40c65c7c3a255a901d0a0a0a2040b7140/examples/basic-pnpm/.npmrc#L2C1-L2C25

.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.

0 commit comments

Comments
 (0)