mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-02 16:44:08 +03:00
improve scripts
This commit is contained in:
+4
-4
@@ -55,10 +55,10 @@
|
||||
"utf-8-validate": "^5.0.2"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "cd ./packages/overlayscrollbars && yarn test",
|
||||
"test:jsdom": "cd ./packages/overlayscrollbars && yarn test:jsdom",
|
||||
"test:pptr": "cd ./packages/overlayscrollbars && yarn test:pptr",
|
||||
"build": "cd ./packages/overlayscrollbars && yarn build",
|
||||
"test": "yarn workspaces run test",
|
||||
"test:jsdom": "yarn workspaces run test:jsdom",
|
||||
"test:pptr": "yarn workspaces run test:pptr",
|
||||
"build": "yarn workspaces run build",
|
||||
"lint": "npx eslint --fix ."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user