Commit f6d300ea authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

update build and clean scripts

parent 81feae6d
......@@ -15,8 +15,8 @@
},
"scripts": {
"start": "nodemon app.ts",
"build": "tsc --project ./",
"clean": "tsc --build --clean",
"build": "tsc -build",
"clean": "tsc -build --clean",
"test": ""
},
"dependencies": {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment