Skip to content

Commit 6738588

Browse files
committed
remove dedicated ts build (not needed anymore)
1 parent 0db3617 commit 6738588

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"fixTSBug": "node build/fixTSBug",
2727
"tsBuild": "tsc || true",
2828
"tsBuildExamples": "tsc -p ./examples/tsconfig.json",
29-
"emitTypes": "node build/generateImplicitAPI.js && node build/emitTypes.js",
29+
"emitAPI": "node build/generateImplicitAPI.js",
3030
"build": "npm run pre-transpile && npm run transpile && npm run post-transpile && npm run update-badges",
3131
"force-build": "npm run pre-transpile && npm run force-transpile-fast && npm run post-transpile && npm run update-badges",
3232
"force-build-slow": "npm run pre-transpile && npm run force-transpile && npm run post-transpile && npm run update-badges",
33-
"pre-transpile": "npm run export-exchanges && npm run vss && npm run tsBuild && npm run emitTypes && npm run tsBuildExamples && npm run copy-python-files && npm run check-js-syntax && npm run bundle",
33+
"pre-transpile": "npm run export-exchanges && npm run vss && npm run tsBuild && npm run emitAPI && npm run tsBuildExamples && npm run copy-python-files && npm run check-js-syntax && npm run bundle",
3434
"post-transpile": "npm run check-python-syntax && npm run check-php-syntax",
3535
"test-ws": "npm run build && node run-tests-ws",
3636
"test": "npm run build && npm run commonjs-test && node run-tests",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"checkJs": false, /* Enable error reporting in type-checked JavaScript files. */
4545
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from `node_modules`. Only applicable with `allowJs`. */
4646
/* Emit */
47-
// "declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
47+
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
4848
// "declarationMap": true, /* Create sourcemaps for d.ts files. */
4949
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
5050
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */

0 commit comments

Comments
 (0)