From 15800b0e0b855f6fb5f0266a05d4b07aae1a2042 Mon Sep 17 00:00:00 2001 From: Ron Rennick Date: Tue, 30 Jun 2020 16:32:33 -0300 Subject: [PATCH] add package build to build script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b13f5357bb..1dfb1eb9218 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "GPL-3.0+", "main": "Gruntfile.js", "scripts": { - "build": "grunt && npm run makepot", + "build": "grunt && npm run makepot && npm run build:packages", "build-watch": "grunt watch", "build:packages": "node ./tests/e2e/bin/build.js", "build:zip": "./bin/build-zip.sh",