Skip to content

Commit

Permalink
move to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
lizzyTheLizard committed Mar 27, 2024
1 parent bf128de commit c732d75
Show file tree
Hide file tree
Showing 608 changed files with 17,310 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
cache: 'yarn'

# Check and build project
- run: yarn install --immutable
- run: yarn run check
- run: yarn run build

Expand Down
15 changes: 8 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
yarn-debug.log*
yarn-error.log*
dist
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
15,225 changes: 15,225 additions & 0 deletions .pnp.cjs

Large diffs are not rendered by default.

Loading

0 comments on commit c732d75

Please sign in to comment.