Skip to content

Comments

docs: fixed format and test script#1702

Open
Cairo09 wants to merge 1 commit intoruxailab:developfrom
Cairo09:docs/test-format-command
Open

docs: fixed format and test script#1702
Cairo09 wants to merge 1 commit intoruxailab:developfrom
Cairo09:docs/test-format-command

Conversation

@Cairo09
Copy link

@Cairo09 Cairo09 commented Feb 17, 2026

Fixes: #1700

Added format and format:check in package.json on src files with .vue and .js
Looking at lint-staged which runs prettier --write only on [*.{js,vue}] and the pre-commit hook runs npx lint-staged and .prettierignore explicitly ignores dist and node_modules and src/node_modules. So kept formatting only for Vue/JS under src.
Before:

image

After:
image

Updated formatting and test commands for unit, end to end and formatting in CONTRIBUTING.md
Ran all codes in CONTRIBUTING.md after change. No Missing Script error occured so all commands are in package.json

@github-actions github-actions bot added Documentation Improvements or additions to documentation low-complexity size/S labels Feb 17, 2026
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation Improvements or additions to documentation low-complexity size/S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix docs: CONTRIBUTING.md references non existent commands for test and formatting

1 participant