👷 Remove old transpiled files before tsc step

This commit is contained in:
C-3PO 2018-06-22 11:45:30 +02:00
parent fdf40e8d11
commit 5806b96f4f
Signed by: c3po
GPG key ID: 62993C4BB4D86F24

View file

@ -2,7 +2,7 @@
"name": "patcher",
"main": "dist/index.js",
"scripts": {
"start": "tsc && node dist/index.js",
"start": "rm -rf dist && tsc && node dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {