From 845eac9640cab1eb3faf82a569e6af2680c4f485 Mon Sep 17 00:00:00 2001 From: Rene Haas Date: Thu, 10 Sep 2020 12:20:20 +0200 Subject: [PATCH] improve scripts --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2596bf4..6e9af47 100644 --- a/package.json +++ b/package.json @@ -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 ." } }