Remove nexe and add run target
This commit is contained in:
parent
4835f4878e
commit
3afa3b0b56
3 changed files with 1711 additions and 3899 deletions
6
Makefile
6
Makefile
|
@ -5,11 +5,11 @@ bin: tsc target/workTimeCalculator
|
|||
tsc: node_modules
|
||||
npm run build
|
||||
|
||||
target/workTimeCalculator: target/main.js
|
||||
npx nexe target/main.js -t 18.17.1 --build -o target/workTimeCalculator
|
||||
|
||||
node_modules:
|
||||
npm install
|
||||
|
||||
clean:
|
||||
rm -r target
|
||||
|
||||
run: tsc
|
||||
node ./target/main.js
|
||||
|
|
2225
package-lock.json
generated
2225
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -18,7 +18,6 @@
|
|||
"@types/node": "^20.9.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"nexe": "^4.0.0-rc.2",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue