Skip to content

Commit

Permalink
Merge pull request #82 from karrotmvp/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jongwooha98 authored Nov 11, 2021
2 parents 95514e4 + 9ceb5f1 commit 5e65bd2
Show file tree
Hide file tree
Showing 159 changed files with 9,236 additions and 2,964 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/develop-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ jobs:
run: npm install

- name: Build
env:
SWAGGER_URL: 'https://api-alpha.daangn-ourapt.com/v2/api-docs'
run: |
npm run codegen
npm run build
run: npm run build

- name: Deploy to S3
uses: jakejarvis/s3-sync-action@master
Expand Down
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
7 changes: 7 additions & 0 deletions openapitools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "5.3.0"
}
}
Loading

0 comments on commit 5e65bd2

Please sign in to comment.