Procházet zdrojové kódy

fix(swagger-ui-react): updated babel config file target (#6277)

bubble
Tim Lai před 4 roky
committed by GitHub
rodič
revize
7a6999b7f3
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      flavors/swagger-ui-react/release/run.sh

+ 1
- 1
flavors/swagger-ui-react/release/run.sh Zobrazit soubor

@@ -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 --config-file ../../../.babelrc ../index.js > ../dist/index.js
../../../node_modules/.bin/babel --config-file ../../../babel.config.json ../index.js > ../dist/index.js

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


Načítá se…
Zrušit
Uložit