chore: project cleanup

This commit is contained in:
Joel Male
2024-03-28 12:33:51 +10:00
parent c54aaa0ec6
commit e58e495970
3747 changed files with 222 additions and 1062588 deletions
+3 -3
View File
@@ -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",