Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vite migration #37

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Vite migration #37

wants to merge 6 commits into from

Conversation

hex22a
Copy link
Member

@hex22a hex22a commented Jun 14, 2024

The code in serviceWorker.js has been refactored to improve readability. Changes include modifying Boolean statements' formatting and updating string concatenations to provide a cleaner look for messages. This makes it easier to understand the operations, specifically identifying local host addresses and the messaging about serviceWorker functions.
This commit introduces a new configuration file for CircleCI, outlining the pipeline for testing, building, and deploying the project. The file establishes jobs for testing code, building the app, and then deploying the built app to GitHub Pages.
The SSH key fingerprint used in the CircleCI configuration file has been updated. The old key has been replaced with the new one to maintain the security and integrity of the system. This change is necessary to reflect updated security credentials.
The CircleCI configuration has been updated to use a different npm install command. The new command, "npm install --legacy-peer-deps", is set to override the previous install command. This change applies to both 'Run linter' and 'Build app' steps.
This commit modifies the CircleCI configuration file commands to use npm instead of node. This change was applied in three sections: running the linter, running the tests, and building the app.
This commit adds 'prettier' to the extends array in the ESLint configuration file. The necessary 'eslint-config-prettier' package was also added to the dependencies in 'package.json' and 'package-lock.json' files. This ensures the project follows the styling rules defined by Prettier.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant