Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,7 @@ jobs:
npm run start -w packages/db
npm run load-schema -w packages/db
npm run stop -w packages/db
- name: build website
run: node -r dotenv/config $(which npm) run build -w packages/website
env:
NEXT_PUBLIC_MAGIC: ${{ secrets.STAGING_MAGIC_PUBLIC_KEY }}
NEXT_PUBLIC_MAGIC_TESTMODE_ENABLED: "true"

- run: npx playwright install --with-deps ${{ matrix.browser }} chromium
working-directory: packages/website

Expand Down
2 changes: 1 addition & 1 deletion packages/website/components/loading/loading.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const SpinnerColor = {
};

/**
* @param {Object} [props]
* @param {Object} props
* @param {string} [props.className]
* @param {string} [props.size]
* @param {string} [props.color]
Expand Down