-
Notifications
You must be signed in to change notification settings - Fork 2
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
update: frontend boilerplate #9
Conversation
package.json
Outdated
@@ -3,17 +3,22 @@ | |||
"scripts": { | |||
"dev": "vite", | |||
"build": "vite build", | |||
"format": "prettier --check \"./resources/js/**/*.{js,cjs,mjs,ts,tsx,md,json}\" --ignore-path ../../.gitignore", | |||
"format": "prettier --write \"./resources/js/**/*.{js,cjs,mjs,ts,tsx,md,json}\" --ignore-path ../../.gitignore", |
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.
the normal format script should be just --check because it's being called in the github actions and we DON'T want top modify our code there, only locally. Please add a different script that does the --write just so we are sure we are calling it only ever by hand
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.
sorry I forgot to remove it I was trying the --write
option because my local prettier went crazy haha. That being said, should I make another script that does the --write
or just put it back as it was before?
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.
let's make another script
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.
done
* chore: app file rename * chore: app file rename * feat: frontend environment variables * feat: update env.example * feat: axios instances * feat: authentication * feat: add examples * feat: update PR template * fix: prettier * fix: overflow scroll * fix: .github/PULL_REQUEST_TEMPLATE.md * feat: add format options
* chore: app file rename * chore: app file rename * feat: frontend environment variables * feat: update env.example * feat: axios instances * feat: authentication * feat: add examples * feat: update PR template * fix: prettier * fix: overflow scroll * fix: .github/PULL_REQUEST_TEMPLATE.md * feat: add format options
* chore: app file rename * chore: app file rename * feat: frontend environment variables * feat: update env.example * feat: axios instances * feat: authentication * feat: add examples * feat: update PR template * fix: prettier * fix: overflow scroll * fix: .github/PULL_REQUEST_TEMPLATE.md * feat: add format options
⚡ Frontend Boilerplate - ### ⚡
💻 What type of change is this?
⭐ Description
I've updated the
resource
folder.📷 Screenshots
✅ Checklist