From 3cd07245dd1f95ff89cb044ffee9b92449502ba3 Mon Sep 17 00:00:00 2001 From: Adrian Hopek Date: Mon, 13 Jun 2022 09:27:35 +0200 Subject: [PATCH] fix automatically build on heroku --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 047534c..b848d15 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "hot": "mix watch --hot", "prod": "npm run production", "production": "mix --production", + "build": "npm run production", "lint": "./node_modules/.bin/eslint resources/js --ext .js,.vue", "lintf": "./node_modules/.bin/eslint resources/js --ext .js,.vue --fix" },