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