improve scripts

This commit is contained in:
Rene Haas
2020-09-10 12:20:20 +02:00
parent 30a5a11862
commit 845eac9640
+4 -4
View File
@@ -55,10 +55,10 @@
"utf-8-validate": "^5.0.2" "utf-8-validate": "^5.0.2"
}, },
"scripts": { "scripts": {
"test": "cd ./packages/overlayscrollbars && yarn test", "test": "yarn workspaces run test",
"test:jsdom": "cd ./packages/overlayscrollbars && yarn test:jsdom", "test:jsdom": "yarn workspaces run test:jsdom",
"test:pptr": "cd ./packages/overlayscrollbars && yarn test:pptr", "test:pptr": "yarn workspaces run test:pptr",
"build": "cd ./packages/overlayscrollbars && yarn build", "build": "yarn workspaces run build",
"lint": "npx eslint --fix ." "lint": "npx eslint --fix ."
} }
} }