Skip to content

Commit

Permalink
add force flag to tsc build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rost-is-love committed May 13, 2024
1 parent 239a309 commit e78d8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ips_ig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dev": "NODE_ENV=development nodemon",
"start": "nodemon",
"ci:test": "echo \"Error: no test specified\" ",
"build": "tsc -b"
"build": "tsc -b --force"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit e78d8c4

Please sign in to comment.