This commit is contained in:
Joel Male
2022-11-10 22:20:38 +10:00
parent e0e9eac8b0
commit 0be0e6ef54
13 changed files with 142 additions and 288 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "Github Webhook Action",
"main": "dist/main.js",
"scripts": {
"build": "tsc",
"build": "tsc --build --clean && ncc build src/main.ts -o dist",
"format": "prettier --write **/*.ts",
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map"