From 31775871d69b58b52e0d72b2c05f21b185131dc9 Mon Sep 17 00:00:00 2001 From: Benny Neugebauer Date: Sat, 28 Oct 2023 13:27:46 +0200 Subject: [PATCH] chore: Remove nyc output --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9a36acc..93a020ad 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "check": "npm run check:format -- --list-different && npm run check:lint", "check:format": "prettier --ignore-path .gitignore --log-level error .", "check:lint": "eslint --ignore-path .gitignore --ext .js,.jsx,.ts,.tsx --no-error-on-unmatched-pattern .", - "clean": "rimraf .nyc_output coverage dist", + "clean": "rimraf coverage dist", "deploy": "exit 0", "dev": "node --inspect --loader ts-node/esm ./src/start.ts", "dist": "npm run clean && npm run build",