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 dd0fbc4 commit 52564c3Copy full SHA for 52564c3
package.json
@@ -4,7 +4,7 @@
4
"description": "Node-RED FileMaker nodes. These nodes use the FileMaker Data API to connect with a FileMaker database.",
5
"scripts": {
6
"dev": "pm2 start ecosystem.dev.config.js",
7
- "test": "snyk test && nyc _mocha --recursive \"test/**/*_spec.js\" --timeout=30000 --exit",
+ "test": "snyk test && nyc _mocha --recursive \"test/**/*_spec.js\" --timeout=30000 --exit",
8
"coverage": "nyc report --reporter=text-lcov | coveralls",
9
"report": "nyc report --reporter=html",
10
"generate-readme": "mos",
0 commit comments