From b5316b913dc418a2d3086bab3e406fc7ccc84c52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Mon, 20 Aug 2018 23:10:25 +0200 Subject: [PATCH] fix typo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2bd5b064..faa7f9e1 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "dist/index.js", "scripts": { "start": "babel-node webpack/server.js --env=development", - "build": ".babel-node webpack/build.js --env=production" + "build": "babel-node webpack/build.js --env=production" }, "babel": { "presets": [