File tree 2 files changed +2016
-2011
lines changed
2 files changed +2016
-2011
lines changed Original file line number Diff line number Diff line change 1
1
version : 0.2
2
2
3
- phases :
3
+ phases :
4
4
install :
5
5
commands :
6
- - echo "Entered the install phase..."
7
- - npm install
6
+ - echo "Entered the install phase..."
7
+ - npm install
8
8
pre_build :
9
- commands :
10
- - echo "Entered the pre_build phase..."
9
+ commands :
10
+ - echo "Entered the pre_build phase..."
11
+ - npm i
11
12
build :
12
13
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`"
16
16
post_build :
17
17
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`"
20
20
artifacts :
21
21
files :
22
- - ' **/*'
23
- name : project-title
22
+ - " **/*"
23
+ name : project-title
You can’t perform that action at this time.
0 commit comments