Skip to content
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

Add DevOps toolset & GitHub Actions to enable CI/CD #7

Open
huan opened this issue Jul 30, 2021 · 2 comments
Open

Add DevOps toolset & GitHub Actions to enable CI/CD #7

huan opened this issue Jul 30, 2021 · 2 comments
Assignees

Comments

@huan huan changed the title Add GitHub Actions to enable CI/CD Add DevOps toolset & GitHub Actions to enable CI/CD Jul 30, 2021
@chinggg chinggg self-assigned this Aug 12, 2021
@chinggg
Copy link
Member

chinggg commented Aug 12, 2021

After struggling with Windows for several days, I find it necessary to containerize our app, which may benefits both developers and users.

I have created the Dockerfile and updated README.md

Now the size of image will be 1.3GB, can we rearrange dependencies and devDependencies so that NODE_ENV=production can make the image smaller?

@chinggg
Copy link
Member

chinggg commented Aug 18, 2021

@huan I find eslint does not run actually even in Github Actions.

WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.    

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <4.1.0

YOUR TYPESCRIPT VERSION: 4.3.5

Is that related to@chatie/eslintconfig? How can we fix it then run eslint again?

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

No branches or pull requests

2 participants