Make sure to clean up dist

This commit is contained in:
khai96_ 2020-05-08 11:59:05 +07:00
parent 29bf1b752a
commit edb17ae08b
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ {
"private": true, "private": true,
"scripts": { "scripts": {
"postinstall": "rm -rf dist && make dist/index.js",
"start": "make dist/index.js && node dist/index.js" "start": "make dist/index.js && node dist/index.js"
}, },
"dependencies": { "dependencies": {