From 31a6d287c8eb62494fe9732bf1ac6a2d1326273d Mon Sep 17 00:00:00 2001 From: Adrian Hopek Date: Mon, 13 Jun 2022 09:35:29 +0200 Subject: [PATCH] - fix automatically build on heroku (#165) 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" },