improve code

This commit is contained in:
Rene Haas
2022-07-31 13:45:14 +02:00
parent 64ea796f79
commit e347e7d236
5 changed files with 1278 additions and 4796 deletions
+4 -4
View File
@@ -75,10 +75,10 @@
"@local/browser-testing": "file:./local/browser-testing"
},
"scripts": {
"test": "yarn workspaces run test",
"test:jsdom": "yarn workspaces run test:jsdom",
"test:playwright": "yarn workspaces run test:playwright",
"build": "yarn workspaces run build",
"test:jsdom": "npm run test:jsdom --workspace=overlayscrollbars",
"test:playwright": "npm run test:playwright --workspace=overlayscrollbars",
"test:playwright:dev": "npm run test:playwright --workspace=overlayscrollbars",
"build": "npm run build --workspace=overlayscrollbars",
"lint": "npx eslint --fix ."
}
}