Commit c04349b 1 parent 4f3b285 commit c04349b Copy full SHA for c04349b
File tree 2 files changed +1
-9
lines changed
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 89
89
echo $SSH_HOST_PUBLIC_KEY >> ~/.ssh/known_hosts
90
90
git clone $AMPLIFY_JS_SAMPLES_STAGING_URL
91
91
cd amplify-js-samples-staging
92
- git checkout modularization
93
92
yarn
94
93
- save_cache :
95
94
key : amplify-js-{{ .Branch }}-{{ checksum "amplify-js-samples-staging/yarn.lock" }}
@@ -414,7 +413,6 @@ workflows:
414
413
- release
415
414
- master
416
415
- 1.0-stable
417
- - modularization
418
416
requires :
419
417
- build
420
418
- integ_react_predictions :
@@ -424,7 +422,6 @@ workflows:
424
422
- release
425
423
- master
426
424
- 1.0-stable
427
- - modularization
428
425
requires :
429
426
- integ_setup
430
427
- integ_react_auth :
@@ -434,7 +431,6 @@ workflows:
434
431
- release
435
432
- master
436
433
- 1.0-stable
437
- - modularization
438
434
requires :
439
435
- integ_setup
440
436
- integ_angular_auth :
@@ -444,7 +440,6 @@ workflows:
444
440
- release
445
441
- master
446
442
- 1.0-stable
447
- - modularization
448
443
requires :
449
444
- integ_setup
450
445
- integ_vue_auth :
@@ -454,7 +449,6 @@ workflows:
454
449
- release
455
450
- master
456
451
- 1.0-stable
457
- - modularization
458
452
requires :
459
453
- integ_setup
460
454
- integ_rn_ios_storage :
@@ -474,7 +468,6 @@ workflows:
474
468
- master
475
469
- beta
476
470
- 1.0-stable
477
- - modularization
478
471
requires :
479
472
- unit_test
480
473
- integ_react_predictions
Original file line number Diff line number Diff line change 22
22
"publish:master" : " lerna publish --canary --force-publish \" *\" --yes --dist-tag=unstable --preid=unstable --exact" ,
23
23
"publish:beta" : " lerna publish --canary --force-publish \" *\" --yes --dist-tag=beta --preid=beta --exact" ,
24
24
"publish:release" : " lerna publish --conventional-commits --yes --message 'chore(release): Publish [ci skip]'" ,
25
- "publish:1.0-stable" : " lerna publish --conventional-commits --yes --dist-tag=stable-1.0 --message 'chore(release): Publish [ci skip]'" ,
26
- "publish:modularization" : " lerna publish --canary --force-publish \" *\" --yes --dist-tag=preview --preid=preview --exact"
25
+ "publish:1.0-stable" : " lerna publish --conventional-commits --yes --dist-tag=stable-1.0 --message 'chore(release): Publish [ci skip]'"
27
26
},
28
27
"husky" : {
29
28
"hooks" : {
You can’t perform that action at this time.
0 commit comments