diff --git a/Makefile b/Makefile index 50aeaee..87fa56c 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,8 @@ -build: node_modules bin - -bin: tsc target/workTimeCalculator - -tsc: node_modules +build: node_modules npm run build node_modules: npm install clean: - rm -r target - -run: tsc - node ./target/main.js + rm -r target node_modules diff --git a/package-lock.json b/package-lock.json index c408257..6c325ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "work-time-calculator", - "version": "1.0.0", + "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "work-time-calculator", - "version": "1.0.0", + "version": "0.0.1", "dependencies": { "chalk": "^5.3.0", "dayjs": "^1.11.10"