1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 17:41:18 +01:00

Update package.json

This commit is contained in:
Minionguyjpro
2024-01-02 17:35:45 +01:00
committed by GitHub
parent 06bd0f2fcc
commit 1aaccda7d6

View File

@@ -4,12 +4,10 @@
"description": "GitHub action to compile .iss (Inno Setup Script) files.", "description": "GitHub action to compile .iss (Inno Setup Script) files.",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {
"format": "prettier --write **/*.js", "lint": "eslint src/**",
"format-check": "prettier --check **/*.js",
"lint": "eslint ./src/**",
"package": "ncc build --source-map",
"test": "jest", "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": [], "keywords": [],
"author": "", "author": "",