Skip to content

Commit

Permalink
🧹 add rimraf and run clean
Browse files Browse the repository at this point in the history
  • Loading branch information
hudsonm62 committed Apr 25, 2024
1 parent 922f0f8 commit 78cc56d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@
"devDependencies": {
"@types/bun": "^1.1.0",
"@vercel/ncc": "^0.38.1",
"prettier": "^3.2.5"
"prettier": "^3.2.5",
"rimraf": "^5.0.5"
},
"dependencies": {
"@actions/core": "^1.10.1",
"dir-compare": "^4.2.0"
},
"scripts": {
"clean": "rimraf ./dist",
"build-bun": "bun build ./src/index.js --target node --minify --outfile ./dist/index.js",
"build": "bunx ncc build ./src/index.js --license LICENSES.txt --minify",
"watch": "bun run build --watch --source-map",
Expand Down

0 comments on commit 78cc56d

Please sign in to comment.