👷 Remove old transpiled files before tsc step
This commit is contained in:
parent
fdf40e8d11
commit
5806b96f4f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
"name": "patcher",
|
"name": "patcher",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "tsc && node dist/index.js",
|
"start": "rm -rf dist && tsc && node dist/index.js",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue