Skip to content

Commit

Permalink
build: change to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
acsoto committed Nov 24, 2023
1 parent 2e265e6 commit 308c6a4
Show file tree
Hide file tree
Showing 7 changed files with 12,843 additions and 32,970 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
/node_modules
/.pnp
.pnp.js
/.yarn/*
!/.yarn/releases
!/.yarn/plugins
!/.yarn/sdks

# testing
/coverage
Expand All @@ -17,8 +21,12 @@ public/sitemap.xml
# production
/build
*.xml

# rss feed
/public/feed.xml
/public/feed.xml

# search
/public/search.json

# misc
.DS_Store
Expand Down
874 changes: 874 additions & 0 deletions .yarn/releases/yarn-3.6.1.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.1.cjs
2 changes: 1 addition & 1 deletion app/tag-data.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"北京溜达日记": 18,
"TV": 6,
"随想": 10,
"Hugo": 1,
"Obsidian": 2,
"APP": 3,
"React": 2,
"AC": 1,
"Page": 2,
"TV": 6,
"游记": 8,
"Project": 4
}
Loading

1 comment on commit 308c6a4

@vercel
Copy link

@vercel vercel bot commented on 308c6a4 Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.