mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-06 00:07:44 +01:00
add dummy test:ci run script
This commit is contained in:
parent
609ebdeb66
commit
3f5221193e
@ -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