We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e11d6 commit dc101fcCopy full SHA for dc101fc
.github/workflows/nodejs.yml
@@ -34,6 +34,8 @@ jobs:
34
run: yarn prettylint
35
- name: run typecheck
36
run: yarn typecheck
37
+ - name: run build
38
+ run: yarn build
39
- name: run tests
40
run: yarn test --coverage
41
env:
@@ -58,6 +60,8 @@ jobs:
58
60
59
61
62
63
64
65
66
67
package.json
@@ -18,7 +18,7 @@
18
"prepare": " husky install && yarn build",
19
"prettylint": "prettier README.md package.json --check",
20
"test": "jest",
21
- "typecheck": "tsc -p ."
+ "typecheck": "tsc -p . --noEmit"
22
},
23
"commitlint": {
24
"extends": [
0 commit comments