node: add build jobs for poa and pow

This commit is contained in:
5chdn 2018-12-03 14:16:07 +01:00
parent d16c15b458
commit d5fe3c3efe
No known key found for this signature in database
GPG Key ID: 1A40871B597F5F80
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@
"npm": "6.4.1" "npm": "6.4.1"
}, },
"scripts": { "scripts": {
"dist": "grunt", "dist-poa": "grunt poa",
"dist-pow": "grunt pow",
"start": "node ./bin/www" "start": "node ./bin/www"
}, },
"dependencies": { "dependencies": {