Skip to content

Commit 8b545a5

Browse files
author
Alain Bourgeois
committed
build issue in release orchestrator
1 parent 241de29 commit 8b545a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build": "npm run clean && npm run build-version && npm run typecheck && npm run build-dist && npm run build-js && npm run postbuild-js",
1818
"build-version": "bash timestamp.sh > src/versionInfo.ts && ./node_modules/.bin/eslint 'src/versionInfo.ts' --fix",
1919
"build-dist": "webpack --progress",
20-
"build-js": "babel src --out-dir dist --extensions '.js, .ts' && tsc --emitDeclarationOnly",
20+
"build-js": "babel src --out-dir dist --extensions '.ts,.js' && tsc --emitDeclarationOnly",
2121
"postbuild-js": "rm -f dist/versionInfo.d.ts dist/versionInfo.d.ts.map",
2222
"lint": "eslint",
2323
"lint-fix": "eslint --fix",

0 commit comments

Comments
 (0)