remove old build artifacts

This commit is contained in:
Joel Ambass
2024-09-03 17:22:12 +02:00
parent 1cbbcdd5ae
commit 65d4d4211f
12 changed files with 1 additions and 518 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
"format:write": "prettier --write **/*.ts",
"format:check": "prettier --check **/*.ts",
"lint": "npx eslint . -c ./.github/linters/.eslintrc.yml",
"package": "ncc build src/index.ts --license licenses.txt",
"package": "rm -rf dist && ncc build src/index.ts --license licenses.txt",
"package:watch": "npm run package -- --watch",
"test": "jest",
"start": "node dist/index.js",