chore: build and set cleanup file

This commit is contained in:
peterwoodworth
2023-03-22 16:32:37 -07:00
parent 0181111f1d
commit 3088522ce8
9 changed files with 428 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"scripts": {
"build": "tsc --project tsconfig.build.json",
"lint": "eslint .",
"package": "npm run build && ncc build --license THIRD-PARTY -o dist && copyup -E dist/THIRD-PARTY . && del-cli dist/THIRD-PARTY",
"package": "npm run build && ncc build --license THIRD-PARTY -o dist && tsc src/cleanup/index.ts --skipLibCheck --esModuleInterop --outdir dist/cleanup && copyup -E dist/THIRD-PARTY . && del-cli dist/THIRD-PARTY",
"test": "npm run lint && jest --verbose"
},
"author": {