Skip to content

Commit

Permalink
Remove Yarn zero-installs (#105)
Browse files Browse the repository at this point in the history
* Remove Yarn zero-installs

* WIP
  • Loading branch information
psirenny authored Feb 8, 2024
1 parent 5f17d75 commit ba38dc7
Show file tree
Hide file tree
Showing 25 changed files with 18 additions and 21 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-candles-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@spear-ai/tailwind-config": patch
---

Removed Yarn zero-installs.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cache: yarn
node-version-file: .node-version
- name: Install Node.js dependencies
run: yarn install --check-cache --immutable --immutable-cache
run: yarn install
- name: Build
run: yarn turbo run build
- name: Check
Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@
.DS_Store
.turbo
node_modules
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .yarn/install-state.gz
Binary file not shown.
14 changes: 0 additions & 14 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,4 @@ compressionLevel: mixed
enableGlobalCache: false
nodeLinker: node-modules
npmPublishAccess: public
supportedArchitectures:
cpu:
- current
- arm64
- x64
libc:
- current
- glibc
- musl
os:
- current
- darwin
- linux
- win32
yarnPath: .yarn/releases/yarn-4.1.0.cjs
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1808,11 +1808,11 @@ __metadata:
linkType: hard

"@types/node@npm:*":
version: 20.11.16
resolution: "@types/node@npm:20.11.16"
version: 20.11.17
resolution: "@types/node@npm:20.11.17"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10/751f50ec5c9332b11515e82fe37c71479ac4449b711280aa3c7910edf67b1e3f5ac00041512add543f9a892096a68356406998bf02a2c809a73d176c44c28414
checksum: 10/3342df87258d1c56154bcd4b85180f48675427b235971e6e6e2e037353f5a2ae9aaa05ba5df0fe1e2d2f1022c8d856fd39056b9d7f50ea30c0ca3214137cae1d
languageName: node
linkType: hard

Expand Down Expand Up @@ -3301,9 +3301,9 @@ __metadata:
linkType: hard

"electron-to-chromium@npm:^1.4.648":
version: 1.4.661
resolution: "electron-to-chromium@npm:1.4.661"
checksum: 10/080312b80991596b0795ddb8f997ead8245026d27d642e34ac80e8670e63c3474957f547f6efb4b86acd79542b31f795ac5542324e601c2efda7f708e032b747
version: 1.4.662
resolution: "electron-to-chromium@npm:1.4.662"
checksum: 10/cdd190bf713a93e0fac04535a1833eb57c93018fb475811d0d400f3fce3c912e6550600f58aa174345b7d741e51505e6bb7ee32446eaae1b5c30213bf129fd0e
languageName: node
linkType: hard

Expand Down

0 comments on commit ba38dc7

Please sign in to comment.