File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "check" : " npm run lint && npm run check:dependencies && npx tsc --noEmit && cd tests && npx tsc --noEmit && cd ../scripts && npx tsc --noEmit" ,
88 "check:dependencies" : " npx depcruise --validate .dependency-cruiser.js src" ,
99 "lint" : " npx eslint --ignore-path .gitignore **/*.ts" ,
10+
1011 "test" : " cd tests && mocha -r ts-node/register '**/*.ts'" ,
1112 "test:all" : " npm run test -- --reporter=dot --run-transformers --run-stress-test" ,
1213 "test:update" : " npm run test -- --update --run-transformers" ,
14+
1315 "build" : " npx rimraf ./index.* .out/** && npx tsc && rollup -c && npm run build:dts" ,
1416 "build:dts" : " dts-bundle --main ./.out/index.d.ts --name refa --out ../index.d.ts && npm run scripts:flat-dts && prettier --write ./index.d.ts" ,
1517 "build:docs" : " typedoc --treatWarningsAsErrors" ,
18+
1619 "coverage" : " npx nyc --reporter=html --reporter=text npm run test" ,
20+
1721 "scripts:create-case-folding" : " npx ts-node --project scripts/tsconfig.json scripts/create-case-folding.ts" ,
1822 "scripts:create-unicode" : " npx ts-node --project scripts/tsconfig.json scripts/create-unicode.ts" ,
1923 "scripts:debug" : " npx ts-node --project scripts/tsconfig.json scripts/debug.ts" ,
2024 "scripts:flat-dts" : " npx ts-node --project scripts/tsconfig.json scripts/flat-dts.ts" ,
2125 "scripts:perf" : " npx ts-node --project scripts/tsconfig.json scripts/perf.ts" ,
26+
2227 "prepublishOnly" : " npm run build"
2328 },
2429 "keywords" : [
You can’t perform that action at this time.
0 commit comments