From f1dd3d8f51fb7839213823ee426c8ef5cc843326 Mon Sep 17 00:00:00 2001 From: Jan W Date: Thu, 15 Feb 2024 14:31:42 +0100 Subject: [PATCH] chore: simplify script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ad0d84..8764679 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "test:raw": "npm run test:normal && npm run test:module", "test:module": "tape -r ./test/tools/test-module.js test/*.js test/regressions/*.js", "test:normal": "tape test/*.js test/regressions/*.js", - "test:types": "cd test/types && yarn test" + "test:types": "yarn --cwd test/types test" }, "dependencies": {}, "devDependencies": {