html: migrate to yarn v2

This commit is contained in:
Shuanglei Tao
2022-11-03 01:12:39 +08:00
parent b370b2c991
commit 048246dfe2
3 changed files with 10603 additions and 7483 deletions

11
html/.gitignore vendored
View File

@@ -1,4 +1,9 @@
node_modules
/build
/dist
/*.log
dist
*.log
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*