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 927a833 commit 98a0dfeCopy full SHA for 98a0dfe
package.json
@@ -17,7 +17,7 @@
17
"all": "npm run clean && npm run codegen && npm run build && npm run create && npm run deploy",
18
"stop-test-stack": "cd test-stack && docker compose down --remove-orphans --volumes",
19
"start-test-stack": "npm run stop-test-stack && cd test-stack && NETWORK_NAME=${NETWORK_NAME:-bellecour} node prepare-test-env.js && docker compose build && NETWORK_NAME=${NETWORK_NAME:-bellecour} docker compose up -d",
20
- "itest": "NETWORK_NAME=${NETWORK_NAME:-bellecour} DEBUG=testcontainers:* mocha"
+ "itest": "NETWORK_NAME=${NETWORK_NAME:-bellecour} mocha"
21
},
22
"lint-staged": {
23
"*.{js,ts}": [
0 commit comments