Skip to content

Commit

Permalink
🏭build:npm换成pnpm包管理工具
Browse files Browse the repository at this point in the history
  • Loading branch information
WenReq committed Aug 6, 2022
1 parent f12cab3 commit 113ea2b
Show file tree
Hide file tree
Showing 5 changed files with 4,115 additions and 11,424 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
test_dist
.vscode
.vscode
.nyc_output
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"eslint.run": "onSave",
"markdown.extension.toc.updateOnSave": false
"markdown.extension.toc.updateOnSave": false,
"search.exclude": {
"**/node_modules": false
}
}
Loading

0 comments on commit 113ea2b

Please sign in to comment.