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:
parent
295d641338
commit
514fe754e1
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user