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:12:14 +01:00
committed by GitHub
parent f60c631e7d
commit e95d15f325

View File

@@ -6,8 +6,8 @@
"scripts": { "scripts": {
"format": "prettier --write **/*.js", "format": "prettier --write **/*.js",
"format-check": "prettier --check **/*.js", "format-check": "prettier --check **/*.js",
"lint": "eslint "./dist/**"", "lint": "eslint ./src/**",
"package": "ncc build --source-map". "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" "all": "npm run format && npm run format && npm run lint && npm run package && npm run test"
}, },