Skip to content

Commit

Permalink
add clean command
Browse files Browse the repository at this point in the history
  • Loading branch information
Rost-is-love committed May 13, 2024
1 parent e78d8c4 commit 0ad31d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ips_ig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
"node": ">=18.0"
},
"scripts": {
"clean": "rm -rf build/ *.tsbuildinfo",
"dev": "NODE_ENV=development nodemon",
"start": "nodemon",
"ci:test": "echo \"Error: no test specified\" ",
"build": "tsc -b --force"
"build": "pnpm run clean && tsc -b --force"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 0ad31d5

Please sign in to comment.