From 013c4ea43be8367303690646a16f6a3ec60c7492 Mon Sep 17 00:00:00 2001 From: Dominik Michno Date: Mon, 8 Apr 2019 15:09:54 -0400 Subject: [PATCH] fixed typo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 16dc206..70766b3 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "start:debug": "npm-run-all --parallel open:client debug", "start:prod": "npm-run-all --parallel build:prod lift", "start:client": "webpack-dev-server --mode development", - "start:eb": "npm run db:migrate && npm run build && npm start" + "start:eb": "npm run db:migrate && npm run build && npm start", "lift": "sails lift", "build": "npm run build:prod", "build:dev": "webpack --mode development",