Skip to content

Commit 93da990

Browse files
committed
ci: Remove building types
1 parent a929019 commit 93da990

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
with:
2828
cache: npm
2929
- run: npm ci
30-
- name: Build Types
31-
run: npm run build:types
3230
- name: Test Types
3331
run: npm run test:types 2>&1 | tee silent.txt;
3432
check-docs:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
},
9898
"scripts": {
9999
"build": "node build_releases.js",
100-
"build:types": "tsc && prettier --write 'types/{**/*,*}.ts' && npm run lint:fix",
100+
"build:types": "tsc && prettier --write 'types/{**/*,*}.ts'",
101101
"release": "node build_releases.js && npm publish",
102102
"test": "cross-env PARSE_BUILD=node jest",
103103
"test:mongodb": "npm run test:mongodb:runnerstart && npm run integration",

0 commit comments

Comments
 (0)