mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-25 15:22:56 +00:00
swagger-ui as middleware & upgrade to 3.12.2
This commit is contained in:
24
ci/build.sh
Executable file
24
ci/build.sh
Executable file
@@ -0,0 +1,24 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
ROOT_PATH=$PWD
|
||||
set -e # abort if anything fails
|
||||
|
||||
echo '####################'
|
||||
echo 'bundle'
|
||||
echo '####################'
|
||||
echo ''
|
||||
|
||||
echo '##### all #####'
|
||||
bundle install
|
||||
|
||||
echo '####################'
|
||||
echo 'npm'
|
||||
echo '####################'
|
||||
echo ''
|
||||
|
||||
echo '##### rswag-ui #####'
|
||||
cd $ROOT_PATH/rswag-ui
|
||||
npm install
|
||||
|
||||
# Cleanup
|
||||
cd $ROOT_PATH
|
||||
Reference in New Issue
Block a user