Skip to content

Commit

Permalink
[FIX] build, clean 명령어 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
sung-silver committed Nov 29, 2024
1 parent e16763c commit e90fee4
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 e90fee4

Please sign in to comment.