test
npm run compile && test-vir "./dist/**/!(*.type).test.js"
format
npm run format:base -- --write
compile
rm -rf dist && tsc
sanitize
npm run compile && node dist/sanitizer/sanitize-for-test-file-cli.js
test:file
ts-node ./scripts/test-specific-file.ts
test:full
npm run test && npm run spellcheck -- --no-progress && npm run format:check
test:help
npm run compile && node dist/cli/cli.js --help
spellcheck
cspell "{*,.*,**/{.*,*}/**/{.*,*}}" --exclude "test-repos/spellcheck/invalid-spellcheck-repo/**/*" --exclude "extended-configs"
format:base
prettier "./**/*.+(ts|json|html|css|md|js)"
format:check
npm run format:base -- --check
sanitize:all
./bulk-sanitize.sh files/downloads
prepublishOnly
npm install && npm run test:full
sanitize:no-compile
node dist/sanitizer/sanitize-for-test-file-cli.js