1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-26 01:17:00 +02:00

adding default target for finnbuild

This commit is contained in:
Gard Rimestad 2014-10-21 16:03:03 +02:00
parent e5dbe0d210
commit 599eee014a

View File

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