File tree 2 files changed +4
-2
lines changed
s3-angular-website/typescript
s3-react-website/typescript
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"buildwebsite" : " cd website && npm i && npm run build && cd ../" ,
7
7
"buildcdk" : " cd cdk && npm i && npm run build && cd ../" ,
8
- "build" : " npm run buildwebsite && npm run buildcdk"
8
+ "build" : " npm run buildwebsite && npm run buildcdk" ,
9
+ "deploy" : " npm run build && cd cdk && npm run deploy"
9
10
},
10
11
"author" : " " ,
11
12
"license" : " ISC"
Original file line number Diff line number Diff line change 5
5
"scripts" : {
6
6
"buildwebsite" : " cd website && npm i && npm run build && cd ../" ,
7
7
"buildcdk" : " cd cdk && npm i && npm run build && cd ../" ,
8
- "build" : " npm run buildwebsite && npm run buildcdk"
8
+ "build" : " npm run buildwebsite && npm run buildcdk" ,
9
+ "deploy" : " npm run build && cd cdk && npm run deploy"
9
10
},
10
11
"author" : " " ,
11
12
"license" : " ISC"
You can’t perform that action at this time.
0 commit comments