add package build to build script

This commit is contained in:
Ron Rennick 2020-06-30 16:32:33 -03:00
parent 7231c6addd
commit 15800b0e0b
1 changed files with 1 additions and 1 deletions

View File

@ -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",