Skip to content

Commit 2763384

Browse files
committed
Revert "Separate typescript file for the release build"
This reverts commit 3d3f935.
1 parent 9317f03 commit 2763384

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"pre-commit": "npm-run-all --parallel ts:changes lint:changes",
6565
"grammar": "nearleyc src/parser/grammar.ne -o src/parser/grammar.ts",
6666
"build:babel": "babel src --out-dir lib --extensions .ts --source-maps",
67-
"build:types": "tsc --project tsconfig.prod.json --emitDeclarationOnly --isolatedModules",
67+
"build:types": "tsc --emitDeclarationOnly --isolatedModules",
6868
"build:minified": "webpack --config webpack.prod.js && cp dist/sql-formatter.min.cjs dist/sql-formatter.min.js",
6969
"build": "yarn grammar && npm-run-all --parallel build:babel build:types build:minified",
7070
"release": "release-it"

tsconfig.prod.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)