1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

add dummy test:ci run script

This commit is contained in:
sveisvei 2016-06-18 11:42:34 +02:00 committed by Ivar Conradi Østhus
parent 295d641338
commit 514fe754e1

View File

@ -6,7 +6,8 @@
"scripts": { "scripts": {
"start": "NODE_ENV=production node index.js", "start": "NODE_ENV=production node index.js",
"migrate-and-start": "npm run db-migrate && npm run start", "migrate-and-start": "npm run db-migrate && npm run start",
"db-migrate": "db-migrate up" "db-migrate": "db-migrate up",
"test:ci": "echo 'no tests for unleash-docker';"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",