Skip to content

Commit 35dda86

Browse files
committed
revert(reverting changes coming from pr): reverting changes coming from pr
1 parent 31af0ea commit 35dda86

94 files changed

Lines changed: 1203 additions & 4715 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build_test_release.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
uses: actions/checkout@v3
2727
with:
2828
fetch-depth: 0
29-
token: ${{ secrets.TRRACK_GITHUB_TOKEN }}
3029

3130
- name: Track main
3231
run: git branch --track main origin/main || echo "Already done"
@@ -74,10 +73,16 @@ jobs:
7473
run: |
7574
RUN=CI yarn run test-affected-libs
7675
77-
- name: Release
76+
- name: Core Release
7877
if: ${{ success() && (github.event_name != 'pull_request' || github.event.action == 'closed' && github.event.pull_request.merged == true) }}
7978
env:
80-
GITHUB_TOKEN: ${{ secrets.TRRACK_GITHUB_TOKEN }}
8179
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
8280
run: |
83-
RUN=CI yarn run release
81+
RUN=CI yarn nx run core:release
82+
83+
- name: Redux Release
84+
if: ${{ success() && (github.event_name != 'pull_request' || github.event.action == 'closed' && github.event.pull_request.merged == true) }}
85+
env:
86+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
87+
run: |
88+
RUN=CI yarn nx run redux:release
File renamed without changes.

apps/dummy-testing-library/.babelrc

Lines changed: 0 additions & 11 deletions
This file was deleted.

apps/dummy-testing-library/.browserslistrc

Lines changed: 0 additions & 16 deletions
This file was deleted.

apps/dummy-testing-library/.eslintrc.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

apps/dummy-testing-library/project.json

Lines changed: 0 additions & 76 deletions
This file was deleted.

apps/dummy-testing-library/src/app/App.module.css

Lines changed: 0 additions & 18 deletions
This file was deleted.

apps/dummy-testing-library/src/app/App.tsx

Lines changed: 0 additions & 138 deletions
This file was deleted.

0 commit comments

Comments
 (0)