Skip to content

Commit

Permalink
test: do not merge
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Apr 9, 2024
1 parent bdf931e commit c649381
Show file tree
Hide file tree
Showing 441 changed files with 22,266 additions and 117,588 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs-test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
node-version: 20
cache: npm
- name: Install dependencies
working-directory: ./packages/testing-docs
run: npm i
working-directory: ./testing-docs
run: npm ci
- name: Build website
working-directory: ./packages/testing-docs
working-directory: ./testing-docs
run: npm run build

4 changes: 2 additions & 2 deletions .github/workflows/docs-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
with:
ssh-private-key: ${{ secrets.BE_TEST_DOCS_DEPLOY_KEY }}
- name: Deploy to GitHub Pages
working-directory: ./packages/testing-docs
working-directory: ./testing-docs
env:
USE_SSH: true
run: |
git config --global user.email "[email protected]"
git config --global user.name "gh-actions"
npm i
npm ci
npm run deploy
58,414 changes: 22,260 additions & 36,154 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"dev": "lerna run dev",
"build": "lerna run build",
"start": "lerna run start",
"serve": "lerna run serve",
"db:create": "lerna run db:create",
"db:drop": "lerna run db:drop",
"hyperchain:configure": "ts-node scripts/setup-hyperchain-config"
Expand Down
2 changes: 0 additions & 2 deletions packages/app/.eslintignore

This file was deleted.

9 changes: 0 additions & 9 deletions packages/app/.eslintrc.cjs

This file was deleted.

27 changes: 0 additions & 27 deletions packages/app/.firebaserc

This file was deleted.

39 changes: 0 additions & 39 deletions packages/app/.storybook/main.js

This file was deleted.

29 changes: 0 additions & 29 deletions packages/app/.storybook/preview.js

This file was deleted.

37 changes: 0 additions & 37 deletions packages/app/Dockerfile

This file was deleted.

116 changes: 0 additions & 116 deletions packages/app/README.md

This file was deleted.

25 changes: 0 additions & 25 deletions packages/app/cucumber.mjs

This file was deleted.

1 change: 0 additions & 1 deletion packages/app/env.d.ts

This file was deleted.

Loading

0 comments on commit c649381

Please sign in to comment.