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 tsc: node_modules
npm run build npm run build
target/workTimeCalculator: target/main.js
npx nexe target/main.js -t 18.17.1 --build -o target/workTimeCalculator
node_modules: node_modules:
npm install npm install
clean: clean:
rm -r target rm -r target
run: tsc
node ./target/main.js

5603
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -18,7 +18,6 @@
"@types/node": "^20.9.0", "@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/eslint-plugin": "^6.10.0",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.0.0",
"nexe": "^4.0.0-rc.2",
"typescript": "^5.2.2" "typescript": "^5.2.2"
}, },
"dependencies": { "dependencies": {