-
Notifications
You must be signed in to change notification settings - Fork 0
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
Initial repo setup #2
Conversation
Note: Tests setup will come in subsequent PR, It would have increased the number of files changes and the scope of this PR that's why keeping it separate. |
…slint-check Add: workflow to run tests & eslint check
Add: Test setup
@@ -0,0 +1,43 @@ | |||
name: CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a time out
- name: Setup Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use latest node version
"dev": "vite", | ||
"build": "tsc -b && vite build", | ||
"lint": "eslint .", | ||
"lint:fix": "eslint . --fix", | ||
"format": "prettier --check .", | ||
"format:fix": "prettier --write .", | ||
"preview": "vite preview", | ||
"test": "vitest", | ||
"test:watch": "vitest --watch" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add coverage report command
Date: 4/11/2024
Developer Name: @MehulKChaudhari
Description
This PR will add basic repo setup for frontend of feature-flag, (React Typescript Vite)
Documentation Updated?
Under Feature Flag
Database Changes
Breaking Changes
Development Tested?