Skip to content

Commit d542f98

Browse files
authored
housekeeping(flavor-react): point babel to root .babelrc (via #5467)
1 parent 47b992f commit d542f98

File tree

1 file changed

+1
-1
lines changed
  • flavors/swagger-ui-react/release

1 file changed

+1
-1
lines changed

flavors/swagger-ui-react/release/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cp ../../../dist/swagger-ui.css ../dist
1616
node create-manifest.js > ../dist/package.json
1717

1818
# Transpile our top-level component
19-
../../../node_modules/.bin/babel ../index.js > ../dist/index.js
19+
../../../node_modules/.bin/babel --config-file ../../../.babelrc ../index.js > ../dist/index.js
2020

2121
# Copy our README into the dist folder for npm
2222
cp ../README.md ../dist

0 commit comments

Comments
 (0)