From dcf506f7c012e3a8b63d375da3a2da223fe595c7 Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Wed, 11 Sep 2024 08:52:50 -0700 Subject: [PATCH] build: rm unused test:nyc, test:c8 --- packages/vat-data/package.json | 1 - packages/vow/package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/vat-data/package.json b/packages/vat-data/package.json index 114f62942d9..52a7ab0dab4 100644 --- a/packages/vat-data/package.json +++ b/packages/vat-data/package.json @@ -8,7 +8,6 @@ "scripts": { "build": "exit 0", "test": "ava", - "test:c8": "exit 0", "test:xs": "exit 0", "lint-fix": "yarn lint:eslint --fix", "lint": "run-s --continue-on-error lint:*", diff --git a/packages/vow/package.json b/packages/vow/package.json index bbc28dd9ba1..7acbfa1b4dc 100755 --- a/packages/vow/package.json +++ b/packages/vow/package.json @@ -12,7 +12,6 @@ "prepack": "tsc --build tsconfig.build.json", "postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'", "test": "ava", - "test:nyc": "exit 0", "test:xs": "exit 0", "lint-fix": "yarn lint:eslint --fix", "lint": "run-s --continue-on-error lint:*",