1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

adding default target for finnbuild

This commit is contained in:
Gard Rimestad 2014-10-21 16:03:03 +02:00 committed by Ivar Conradi Østhus
parent b575f646eb
commit b55aa5ad7f

View File

@ -34,6 +34,10 @@
]
},
],
"default": [
{"command": "cd unleash-server && npm install"},
{"command": "cd unleash-server && npm test"}
]
}
}