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:
11
package.json
11
package.json
@@ -4,9 +4,14 @@
|
|||||||
"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": {
|
||||||
"lint": "eslint src/**",
|
"bundle": "npm run format:write && npm run package",
|
||||||
"package": "ncc build src/main.js --no-cache",
|
"format:write": "prettier --write **/*.js",
|
||||||
"all": "npm run lint && npm run package"
|
"format:check": "prettier --check **/*.js",
|
||||||
|
"lint": "npx eslint . -c ./.github/linters/.eslintrc.yml",
|
||||||
|
"package": "ncc build src/index.js --license licenses.txt",
|
||||||
|
"package:watch": "npm run package -- --watch",
|
||||||
|
"test": "jest",
|
||||||
|
"all": "npm run format:write && npm run lint && npm run test && npm run package"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user