We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241de29 commit 8b545a5Copy full SHA for 8b545a5
1 file changed
package.json
@@ -17,7 +17,7 @@
17
"build": "npm run clean && npm run build-version && npm run typecheck && npm run build-dist && npm run build-js && npm run postbuild-js",
18
"build-version": "bash timestamp.sh > src/versionInfo.ts && ./node_modules/.bin/eslint 'src/versionInfo.ts' --fix",
19
"build-dist": "webpack --progress",
20
- "build-js": "babel src --out-dir dist --extensions '.js, .ts' && tsc --emitDeclarationOnly",
+ "build-js": "babel src --out-dir dist --extensions '.ts,.js' && tsc --emitDeclarationOnly",
21
"postbuild-js": "rm -f dist/versionInfo.d.ts dist/versionInfo.d.ts.map",
22
"lint": "eslint",
23
"lint-fix": "eslint --fix",
0 commit comments