remove old build artifacts
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user