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

update build and clean scripts

parent 81feae6d
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
}, },
"scripts": { "scripts": {
"start": "nodemon app.ts", "start": "nodemon app.ts",
"build": "tsc --project ./", "build": "tsc -build",
"clean": "tsc --build --clean", "clean": "tsc -build --clean",
"test": "" "test": ""
}, },
"dependencies": { "dependencies": {
......
Supports Markdown
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