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": {
|
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user