Skip to content

Commit

Permalink
housekeeping(flavor-react): point babel to root .babelrc (via #5467)
Browse files Browse the repository at this point in the history
  • Loading branch information
shockey authored Jul 19, 2019
1 parent 47b992f commit d542f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flavors/swagger-ui-react/release/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cp ../../../dist/swagger-ui.css ../dist
node create-manifest.js > ../dist/package.json

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

# Copy our README into the dist folder for npm
cp ../README.md ../dist
Expand Down

0 comments on commit d542f98

Please sign in to comment.