Skip to content

Commit dcbbe5e

Browse files
fix: separate repeated steps as individual functions (#562)
Signed-off-by: Jeffrey Tang <[email protected]> Signed-off-by: JeffreyDallas <[email protected]> Co-authored-by: Jeromy Cannon <[email protected]>
1 parent 36ce604 commit dcbbe5e

File tree

2 files changed

+398
-757
lines changed

2 files changed

+398
-757
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"merge-unit": "nyc merge ./coverage/unit/ .nyc_output/coverage.json",
2828
"report-coverage": "npm run merge-clean && npm run merge-unit && npm run merge-e2e && nyc report --reporter=json --reporter=html --reporter=lcov",
2929
"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 ..",
30+
"check": "rm -rf docs/public/*; remark . --quiet --frail && eslint .; cd docs; jsdoc -c jsdoc.conf.json; cd ..",
3131
"format": "remark . --quiet --frail --output && eslint --fix .",
3232
"test-setup": "./test/e2e/setup-e2e.sh",
3333
"test-coverage": "npm run test && npm run test-setup && npm run test-e2e-all && npm run report-coverage"

0 commit comments

Comments
 (0)