This commit is contained in:
Rene
2022-06-23 11:43:24 +02:00
parent 31fb1a0e9a
commit c02477b4e6
3 changed files with 790 additions and 1 deletions
+786
View File
File diff suppressed because one or more lines are too long
+2
View File
@@ -1 +1,3 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.2.1.cjs
+2 -1
View File
@@ -67,5 +67,6 @@
"test:playwright": "yarn workspaces run test:playwright",
"build": "yarn workspaces run build",
"lint": "npx eslint --fix ."
}
},
"packageManager": "yarn@3.2.1"
}