1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-07-04 12:03:42 +02:00

package.json: Adding start script.

This commit is contained in:
Henrik Hautakoski 2020-04-27 14:40:36 +02:00
parent 6ac6b1b7b0
commit e1ee26851c

View file

@ -8,7 +8,8 @@
"uglify-js": "^3.6.9" "uglify-js": "^3.6.9"
}, },
"scripts": { "scripts": {
"build": "./_scripts/build.sh" "build": "./_scripts/build.sh",
"start": "./_scripts/start.sh"
}, },
"repository": { "repository": {
"type": "git", "type": "git",