From 1aaccda7d6b8dfd6deeec9affbab7d1281a8482e Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Tue, 2 Jan 2024 17:35:45 +0100 Subject: [PATCH] Update package.json --- package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ec405e6..7d5815f 100755 --- a/package.json +++ b/package.json @@ -4,12 +4,10 @@ "description": "GitHub action to compile .iss (Inno Setup Script) files.", "main": "dist/index.js", "scripts": { - "format": "prettier --write **/*.js", - "format-check": "prettier --check **/*.js", - "lint": "eslint ./src/**", - "package": "ncc build --source-map", + "lint": "eslint src/**", "test": "jest", - "all": "npm run format && npm run format && npm run lint && npm run package && npm run test" + "package": "ncc build src/main.js --source-map", + "all": "npm run lint && npm run test && npm run package" }, "keywords": [], "author": "",