-
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
Migrate to Typescript #1
Conversation
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.
To the moon and back 🚀
@@ -8,7 +8,7 @@ | |||
"build": "react-scripts build", | |||
"test": "react-scripts test", | |||
"test:lint": "yarn eslint . --ignore-path .gitignore --ext .js", | |||
"format": "prettier \"src/**/*.{js,jsx,json,css}\" --write", | |||
"format": "prettier \"src/**/*.{js,jsx,ts,tsx,scss,sass,css,json}\" --write", | |||
"predeploy": "yarn build", | |||
"deploy": "gh-pages -d build", |
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.
I would recommend you to use GitHub Actions to deploy instead of using this package.
Check out: https://github.com/marketplace/actions/deploy-to-github-pages 🚀
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.
I'll change after this to Github Actions. Thanks ❤️
Description
Migrate all files to TypeScript