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 b47414e commit 3f838f6Copy full SHA for 3f838f6
package.json
@@ -28,7 +28,7 @@
28
"merge-unit": "nyc merge ./coverage/unit/ .nyc_output/coverage.json",
29
"report-coverage": "npm run merge-clean && npm run merge-unit && npm run merge-e2e && nyc report --reporter=json --reporter=html --reporter=lcov",
30
"solo": "NODE_OPTIONS=--experimental-vm-modules node --no-deprecation solo.mjs",
31
- "check": "rm -rf docs/public/*; remark . --quiet --frail && eslint .; cd docs; jsdoc -c jsdoc.conf.json; cd ..",
+ "check": "rm -rf docs/public/*; remark . --quiet --frail && eslint .; cd docs; jsdoc -c jsdoc.conf.json",
32
"format": "remark . --quiet --frail --output && eslint --fix .",
33
"test-setup": "./test/e2e/setup-e2e.sh",
34
"test-coverage": "npm run test && npm run test-setup && npm run test-e2e-all && npm run report-coverage"
0 commit comments