mirror of
https://github.com/joelwmale/webhook-action.git
synced 2026-08-31 00:19:45 +08:00
chore: project cleanup
This commit is contained in:
+3
-3
@@ -2,15 +2,15 @@
|
||||
"name": "webhook-action",
|
||||
"version": "2.2.0",
|
||||
"description": "Github Webhook Action",
|
||||
"main": "dist/index.js",
|
||||
"main": "dist/main.js",
|
||||
"scripts": {
|
||||
"build": "tsc --build --clean && ncc build src/main.ts -o dist",
|
||||
"build": "tsc && ncc build",
|
||||
"format": "prettier --write '**/*.ts'",
|
||||
"format-check": "prettier --check '**/*.ts'",
|
||||
"lint": "eslint src/**/*.ts",
|
||||
"package": "ncc build --source-map --license licenses.txt",
|
||||
"test": "jest",
|
||||
"all": "npm run build && npm run format && npm run lint && npm run package && npm test"
|
||||
"all": "npm run build && npm run format && npm test && npm run lint && npm run package"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user