From 59f6fef0c0ee5bb9dfef1d2f724c98854c96f258 Mon Sep 17 00:00:00 2001 From: amrebada Date: Sat, 4 Jan 2020 06:18:06 +0400 Subject: [PATCH] deploy to heroku --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43e0d19..be0b842 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "postcoverage": "open-cli coverage/lcov-report/index.html", "lint": "eslint .", "clean": "rimraf dist", - "build": "npm run clean && babel src -d dist", + "build": "babel src -d dist", "start": "npm run build && node dist/index.js" }, "husky": {