From 88b9bf4310960d10801e3cc204d9d0f3c575e241 Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Tue, 30 May 2023 19:21:42 +0200 Subject: [PATCH] ci: tests works on node 12 again --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2a6f2d4..720e8db 100644 --- a/package.json +++ b/package.json @@ -46,9 +46,8 @@ "check": "run-s clean && run-p check:*", "clean:declarations": "rm -rf $(find . -maxdepth 2 -type f -name '*.d.ts')", "clean": "run-p clean:*", - "test-ci": "run-s test:*", - "test:tape": "c8 --reporter=lcov --reporter=text tape test/clone.js test/*.js", - "test": "run-s check test:*", + "test-ci": "c8 --reporter=lcov --reporter=text tape test/clone.js test/*.js", + "test": "run-s check test-ci", "prepublishOnly": "run-s build" }, "dependencies": {