Skip to content

Commit

Permalink
Merge pull request #5 from Youngseo-kangg/feat/basic
Browse files Browse the repository at this point in the history
[Client] #2 / .gitignore : ์ˆ˜์ •
  • Loading branch information
minjman2659 authored Aug 25, 2021
2 parents 177394e + 2ebb96f commit 062e376
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.env
.env
client/node_modules
server/node_modules
15 changes: 15 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 0.2

phases:
pre_build:
commands:
- cd client
- npm install
build:
commands:
- npm run build

artifacts:
files:
- '**/*'
base-directory: client/build
2 changes: 0 additions & 2 deletions client/.gitignore

This file was deleted.

0 comments on commit 062e376

Please sign in to comment.