From 223eda501b020d9211f419d3703d1e0177bdf6b0 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Tue, 15 Oct 2019 17:26:06 +0200 Subject: [PATCH] typo --- website/client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/client/package.json b/website/client/package.json index 6a6fac7355..a497cfe9f1 100644 --- a/website/client/package.json +++ b/website/client/package.json @@ -7,7 +7,7 @@ "build": "vue-cli-service build", "test:unit": "vue-cli-service test:unit --require ./tests/unit/helpers.js", "lint": "vue-cli-service lint", - "postinstall": "if [ -n \"$npm_config_production\" ]; then npm run build-for-production; fi" + "postinstall": "if [ -n \"$npm_config_production\" ]; then npm run build; fi" }, "dependencies": { "amplitude-js": "^5.3.1",