remove debugging artifacts

This commit is contained in:
softprops 2021-08-08 00:24:22 -04:00
parent 6afa5259e8
commit 974961a5f7
3 changed files with 3 additions and 13152 deletions

View file

@ -5,7 +5,7 @@
"description": "GitHub Action for creating GitHub Releases",
"main": "lib/main.js",
"scripts": {
"build": "ncc build src/main.ts",
"build": "ncc build src/main.ts --minify",
"test": "jest",
"fmt": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\"",
"fmtcheck": "prettier --check \"src/**/*.ts\" \"__tests__/**/*.ts\""