mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-22 08:20:36 +03:00
improve scripts
This commit is contained in:
+4
-4
@@ -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 ."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user