mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
feat: use yarn v1 for now (fix for berry release)
This commit is contained in:
parent
af01b70fc5
commit
a5d699261c
@ -1,2 +1,5 @@
|
||||
node_modules/
|
||||
extension/
|
||||
dist/
|
||||
extension/
|
||||
.yarn/
|
||||
.pnp.js
|
||||
9
.gitignore
vendored
9
.gitignore
vendored
@ -103,4 +103,11 @@ public/
|
||||
## Build directory
|
||||
extension
|
||||
dist/
|
||||
.awcache
|
||||
.awcache
|
||||
|
||||
# yarn 2
|
||||
# https://github.com/yarnpkg/berry/issues/454#issuecomment-530312089
|
||||
.yarn/*
|
||||
!.yarn/releases
|
||||
!.yarn/plugins
|
||||
.pnp.*
|
||||
147315
.yarn/releases/yarn-1.21.1.js
vendored
Executable file
147315
.yarn/releases/yarn-1.21.1.js
vendored
Executable file
File diff suppressed because one or more lines are too long
1
.yarnrc.yml
Normal file
1
.yarnrc.yml
Normal file
@ -0,0 +1 @@
|
||||
yarnPath: .yarn/releases/yarn-1.21.1.js
|
||||
Loading…
x
Reference in New Issue
Block a user