Skip to content

Commit

Permalink
further adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
andytudhope committed Dec 13, 2023
1 parent 7253d13 commit 0f3a2f1
Show file tree
Hide file tree
Showing 508 changed files with 114,469 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: CI=false yarn workspace dapp build --if-present
- run: yarn workspace services build --if-present
- run: CI=false yarn workspace dapp build
- run: yarn workspace services build
- run: cp -r packages/dapp/dist/build/ packages/services/dist/
- id: 'auth'
uses: 'google-github-actions/auth@v0'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: CI=false yarn workspace dapp build --if-present
- run: yarn workspace services build --if-present
- run: CI=false yarn workspace dapp build
- run: yarn workspace services build
- run: cp -r packages/dapp/dist/build/ packages/services/dist/
- id: 'auth'
uses: 'google-github-actions/auth@v0'
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
generated
package-lock.json

#env
Expand Down
5 changes: 5 additions & 0 deletions node_modules/@babel/traverse/lib/path/generated/asserts.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions node_modules/@babel/traverse/lib/path/generated/validators.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,517 changes: 1,517 additions & 0 deletions node_modules/@babel/types/lib/asserts/generated/index.js

Large diffs are not rendered by default.

Empty file.
1,266 changes: 1,266 additions & 0 deletions node_modules/@babel/types/lib/builders/generated/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 0f3a2f1

Please sign in to comment.