Skip to content

Commit

Permalink
build with nexe
Browse files Browse the repository at this point in the history
  • Loading branch information
alvindimas05 committed Jul 26, 2024
1 parent 3c7842e commit 85bade2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 15 deletions.
8 changes: 0 additions & 8 deletions build.sh

This file was deleted.

Binary file modified bun.lockb
Binary file not shown.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
"scripts": {
"clean": "rimraf build",
"dev": "bun run index.ts",
"compile": "webpack",
"build": "bun run clean && bun run compile && bash build.sh"
"bundle": "webpack",
"compile": "nexe build/bundle.js -o build/amdhelper --remote https://github.com/alvindimas05/nexe-assets/releases/download/v0.0.1",
"build": "bun run clean && bun run bundle && bun run compile"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^20.14.11",
"@types/yargs": "^17.0.32",
"nexe": "^4.0.0-rc.6",
"rimraf": "^6.0.1",
"ts-loader": "^9.5.1",
"webpack": "^5.93.0",
Expand Down
5 changes: 0 additions & 5 deletions sea-config.json

This file was deleted.

0 comments on commit 85bade2

Please sign in to comment.