mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2024-11-22 10:26:08 -07:00
Fix package json
This commit is contained in:
parent
4016520b1a
commit
a77f62c7b2
|
@ -2,12 +2,9 @@
|
||||||
"name": "upx-github-action",
|
"name": "upx-github-action",
|
||||||
"description": "GitHub Action for UPX, the Ultimate Packer for eXecutables",
|
"description": "GitHub Action for UPX, the Ultimate Packer for eXecutables",
|
||||||
"main": "lib/main.js",
|
"main": "lib/main.js",
|
||||||
"directories": {
|
|
||||||
"lib": "lib"
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc && ncc build",
|
"build": "tsc && ncc build",
|
||||||
"test": "jest",
|
"test": "jest --coverage",
|
||||||
"format": "prettier --write **/*.ts",
|
"format": "prettier --write **/*.ts",
|
||||||
"format-check": "prettier --check **/*.ts",
|
"format-check": "prettier --check **/*.ts",
|
||||||
"pre-checkin": "npm run format && npm run build"
|
"pre-checkin": "npm run format && npm run build"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user