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 36ce604 commit dcbbe5eCopy full SHA for dcbbe5e
package.json
@@ -27,7 +27,7 @@
27
"merge-unit": "nyc merge ./coverage/unit/ .nyc_output/coverage.json",
28
"report-coverage": "npm run merge-clean && npm run merge-unit && npm run merge-e2e && nyc report --reporter=json --reporter=html --reporter=lcov",
29
"solo": "NODE_OPTIONS=--experimental-vm-modules node --no-deprecation solo.mjs",
30
- "check": "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; cd ..",
31
"format": "remark . --quiet --frail --output && eslint --fix .",
32
"test-setup": "./test/e2e/setup-e2e.sh",
33
"test-coverage": "npm run test && npm run test-setup && npm run test-e2e-all && npm run report-coverage"
0 commit comments