Skip to content

Commit 22e18af

Browse files
committedJul 7, 2022
[CHORE] buildspec.yml 수정
1 parent 69672df commit 22e18af

File tree

2 files changed

+2016
-2011
lines changed

2 files changed

+2016
-2011
lines changed
 

‎buildspec.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
version: 0.2
22

3-
phases:
3+
phases:
44
install:
55
commands:
6-
- echo "Entered the install phase..."
7-
- npm install
6+
- echo "Entered the install phase..."
7+
- npm install
88
pre_build:
9-
commands:
10-
- echo "Entered the pre_build phase..."
9+
commands:
10+
- echo "Entered the pre_build phase..."
11+
- npm i
1112
build:
1213
commands:
13-
- echo "Entered the build phase..."
14-
- echo "Build started on `date`"
15-
- npm run build
14+
- echo "Entered the build phase..."
15+
- echo "Build started on `date`"
1616
post_build:
1717
commands:
18-
- echo "Entered the post_build phase..."
19-
- echo "Build completed on `date`"
18+
- echo "Entered the post_build phase..."
19+
- echo "Build completed on `date`"
2020
artifacts:
2121
files:
22-
- '**/*'
23-
name: project-title
22+
- "**/*"
23+
name: project-title

0 commit comments

Comments
 (0)