Skip to content

Commit 7919ffa

Browse files
Added some new lines
1 parent 3a2c5cd commit 7919ffa

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,23 @@
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": [

0 commit comments

Comments
 (0)