We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40344fe commit 92e6475Copy full SHA for 92e6475
package.json
@@ -9,12 +9,12 @@
9
"description": "Algorithms and data structures implemented in JavaScript",
10
"scripts": {
11
"test": "node --test --test-reporter dot",
12
- "full-test": "concurrently \"npm run lint-test\" \"npm run unit-test-dot\"",
+ "full-test": "concurrently \"npm run type-check\" \"npm test\" \"npm run lint-test\"",
13
"unit-test-spec": "node --test --test-reporter spec",
14
"unit-test-dot": "node --test --test-reporter dot",
15
"unit-test-tap": "node --test --test-reporter tap",
16
"lint-test": "standard .",
17
- "type-test": "tsc",
+ "type-check": "tsc",
18
"build-jsdoc": "./node_modules/.bin/jsdoc --readme ./README.md --configure ./jsdoc.json --destination ./docs --recurse .",
19
"prepare": "husky install"
20
},
0 commit comments