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 a929019 commit 93da990Copy full SHA for 93da990
.github/workflows/ci.yml
@@ -27,8 +27,6 @@ jobs:
27
with:
28
cache: npm
29
- run: npm ci
30
- - name: Build Types
31
- run: npm run build:types
32
- name: Test Types
33
run: npm run test:types 2>&1 | tee silent.txt;
34
check-docs:
package.json
@@ -97,7 +97,7 @@
97
},
98
"scripts": {
99
"build": "node build_releases.js",
100
- "build:types": "tsc && prettier --write 'types/{**/*,*}.ts' && npm run lint:fix",
+ "build:types": "tsc && prettier --write 'types/{**/*,*}.ts'",
101
"release": "node build_releases.js && npm publish",
102
"test": "cross-env PARSE_BUILD=node jest",
103
"test:mongodb": "npm run test:mongodb:runnerstart && npm run integration",
0 commit comments