Skip to content

Commit c04349b

Browse files
committed
Revert modularization specific circile CI changes
1 parent 4f3b285 commit c04349b

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.circleci/config.yml

-7
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ jobs:
8989
echo $SSH_HOST_PUBLIC_KEY >> ~/.ssh/known_hosts
9090
git clone $AMPLIFY_JS_SAMPLES_STAGING_URL
9191
cd amplify-js-samples-staging
92-
git checkout modularization
9392
yarn
9493
- save_cache:
9594
key: amplify-js-{{ .Branch }}-{{ checksum "amplify-js-samples-staging/yarn.lock" }}
@@ -414,7 +413,6 @@ workflows:
414413
- release
415414
- master
416415
- 1.0-stable
417-
- modularization
418416
requires:
419417
- build
420418
- integ_react_predictions:
@@ -424,7 +422,6 @@ workflows:
424422
- release
425423
- master
426424
- 1.0-stable
427-
- modularization
428425
requires:
429426
- integ_setup
430427
- integ_react_auth:
@@ -434,7 +431,6 @@ workflows:
434431
- release
435432
- master
436433
- 1.0-stable
437-
- modularization
438434
requires:
439435
- integ_setup
440436
- integ_angular_auth:
@@ -444,7 +440,6 @@ workflows:
444440
- release
445441
- master
446442
- 1.0-stable
447-
- modularization
448443
requires:
449444
- integ_setup
450445
- integ_vue_auth:
@@ -454,7 +449,6 @@ workflows:
454449
- release
455450
- master
456451
- 1.0-stable
457-
- modularization
458452
requires:
459453
- integ_setup
460454
- integ_rn_ios_storage:
@@ -474,7 +468,6 @@ workflows:
474468
- master
475469
- beta
476470
- 1.0-stable
477-
- modularization
478471
requires:
479472
- unit_test
480473
- integ_react_predictions

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"publish:master": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=unstable --preid=unstable --exact",
2323
"publish:beta": "lerna publish --canary --force-publish \"*\" --yes --dist-tag=beta --preid=beta --exact",
2424
"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]'"
2726
},
2827
"husky": {
2928
"hooks": {

0 commit comments

Comments
 (0)