Remove nexe and add run target

This commit is contained in:
Marko Korhonen 2023-11-11 17:13:22 +02:00
parent 4835f4878e
commit 3afa3b0b56
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
3 changed files with 1711 additions and 3899 deletions

View file

@ -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