Skip to content

Commit

Permalink
chore: test (#430)
Browse files Browse the repository at this point in the history
* chore: test

* fix(github): downgrade node

* revert(github): downgrade node

* fix(github): add unplugged

* feat: add .yarn to git
  • Loading branch information
Nelfimov authored Nov 13, 2024
1 parent 4883715 commit e09160a
Show file tree
Hide file tree
Showing 188 changed files with 87,266 additions and 12 deletions.
4 changes: 1 addition & 3 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ runs:
- name: Install
shell: bash
run: |
source .env
export NODE_OPTIONS
yarn install --inline-builds
source .env && export NODE_OPTIONS && yarn install --inline-builds
9 changes: 1 addition & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
# https://yarnpkg.com/getting-started/qa/#which-files-should-be-gitignored
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Logs
logs
*.log
Expand All @@ -32,6 +24,7 @@ build/Release

# Dependency directory
node_modules
!.yarn/unplugged/**/node_modules
.yarn-cache

# Optional npm cache directory
Expand Down

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

Binary file not shown.

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

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

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

Binary file not shown.
Empty file.

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

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

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

Loading

0 comments on commit e09160a

Please sign in to comment.