Skip to content

Commit

Permalink
yarn
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Aug 4, 2024
1 parent 2acbd64 commit 4069503
Show file tree
Hide file tree
Showing 19 changed files with 8,187 additions and 6,386 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ jobs:

- run: corepack enable

- run: pnpm install --frozen-lockfile
- run: yarn install --immutable

- if: always()
run: pnpm lint
run: yarn lint

- if: always()
run: pnpm typecheck
run: yarn typecheck

- name: Ensure dist directory is up-to-date
if: always()
run: pnpm build && git diff --exit-code --ignore-cr-at-eol
run: yarn build && git diff --exit-code --ignore-cr-at-eol

test:
name: Test
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/.yarn/*
!/.yarn/releases/
/.turbo/
/node_modules/
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.0.cjs

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
defaultSemverRangePrefix: ""

nodeLinker: pnpm

preferInteractive: true

yarnPath: .yarn/releases/yarn-4.4.0.cjs
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ To regenerated the compiled JavaScript files in `dist/`, call:

```
corepack enable
pnpm install --frozen-lockfile
pnpm build
yarn install --immutable
yarn build
```
10 changes: 10 additions & 0 deletions analysis/dist/LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4069503

Please sign in to comment.