We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb496e6 commit 1a0213eCopy full SHA for 1a0213e
package.json
@@ -40,7 +40,10 @@
40
},
41
"scripts": {
42
"dev": "NODE_ENV=development nodemon bin/observable-database-proxy",
43
- "test:local": "mocha"
+ "test": "mocha",
44
+ "test:local": "docker-compose -f docker-compose.yml -f docker-compose.local.yml up --build",
45
+ "test:ci": "docker-compose -f docker-compose.yml up --build --exit-code-from test",
46
+ "test:db": "docker-compose -f docker-compose.yml -f docker-compose.local.yml up mssql"
47
48
"author": "Observable",
49
"license": "ISC",
0 commit comments