1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00

add dummy test:ci run script

This commit is contained in:
sveisvei 2016-06-18 11:42:34 +02:00
parent 609ebdeb66
commit 3f5221193e

View File

@ -6,7 +6,8 @@
"scripts": {
"start": "NODE_ENV=production node index.js",
"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": "",
"license": "ISC",