From ab6c7d70f88b13d368eb5f75f58a0230d35585c2 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Thu, 5 Jan 2023 19:43:38 +0000 Subject: [PATCH] test --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 97b741a..687c594 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,12 @@ "main": "dist/index.js", "scripts": { "build": "tsc", - "release": "./node_modules/.bin/ncc build src/upload-artifact.ts && git add -f dist/", + "release": "ncc build src/upload-artifact.ts && git add -f dist/", "check-all": "concurrently \"npm:format-check\" \"npm:lint\" \"npm:test\" \"npm:build\"", "format": "prettier --write **/*.ts", "format-check": "prettier --check **/*.ts", "lint": "eslint **/*.ts", - "test": "./node_modules/jest/bin/jest.js --testTimeout 10000" + "test": "jest --testTimeout 10000" }, "repository": { "type": "git",