Skip to content

Commit

Permalink
Merge pull request #91 from shivero/feature/yarn-migration
Browse files Browse the repository at this point in the history
Feature/yarn migration
  • Loading branch information
shivero committed Jun 25, 2023
2 parents 6c27302 + c552c45 commit 88f972d
Show file tree
Hide file tree
Showing 3 changed files with 13,249 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,12 @@ typings/
.next

# dist output folder
dist/
dist/
.pnp.*

.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
Loading

0 comments on commit 88f972d

Please sign in to comment.