Skip to content

Commit

Permalink
chore: update yarn about
Browse files Browse the repository at this point in the history
  • Loading branch information
timi137137 committed Oct 18, 2024
1 parent d607589 commit a63b08a
Show file tree
Hide file tree
Showing 4 changed files with 5,354 additions and 3,522 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ lerna-debug.log*
!.vscode/launch.json
!.vscode/extensions.json

# Yarn Package Manager
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# dotenv environment variable files
.env
.env.development.local
Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.0.1",
"description": "A NestJS+Fastify+TypeScript general template",
"author": "悠静萝莉 <i@mikuhl.cn>",
"private": false,
"license": "MIT",
"scripts": {
"build": "nest build",
Expand Down
Loading

0 comments on commit a63b08a

Please sign in to comment.