|
|
@@ -38,7 +38,7 @@
|
|
|
"format": "prettier --list-different $PWD/'**/*.{js,cjs}'",
|
|
|
"format:fix": "prettier --write $PWD/'**/*.{js,cjs}'",
|
|
|
"test:ci": "npm run test:unit",
|
|
|
- "types:build": "[ -d types ] || tsc --emitDeclarationOnly",
|
|
|
+ "types:build": "[ -d types ] || tsc --noEmit false --emitDeclarationOnly",
|
|
|
"types:check": "tsc --noEmit",
|
|
|
"types:rebuild": "rm -rf types && npm run types:build"
|
|
|
},
|