Skip to content

Commit

Permalink
[MERGE] hotfix/#26 -> develop
Browse files Browse the repository at this point in the history
[HOTFIX] build, clean 명령어 분리
  • Loading branch information
sung-silver authored Nov 29, 2024
2 parents e16763c + e90fee4 commit 33b6d34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --build --clean",
"build": "tsc --build",
"clean": "tsc --build --clean",
"watch": "tsc -w",
"lint": "eslint .",
"format": "prettier --write .",
Expand Down

0 comments on commit 33b6d34

Please sign in to comment.