Skip to content

Vite migration #37

Open
hex22a wants to merge 6 commits intomasterfrom
vite-migration
Open

Vite migration #37
hex22a wants to merge 6 commits intomasterfrom
vite-migration

Conversation

@hex22a
Copy link
Member

@hex22a hex22a commented Jun 14, 2024

hex22a added 6 commits June 14, 2024 17:13
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.

1 participant