MAILLAL Anas 60ec920cff
Some checks failed
Format / formatting (push) Successful in 5s
Build / build (push) Failing after 32s
CI / build (push) Successful in 11s
fix: split openapi src files and made bash file to run
2025-03-23 17:12:31 +01:00

12 lines
123 B
Bash
Executable File

#!/bin/bash
cd ./swagger-ui
if [ ! -d "./node_modules/" ]
then
npm install
npm install swagger-cli
fi
npm start