Closed kytta closed 5 years ago
https://
git reset
git commit
npm run build
npm run lint
npm run fix
git add -A
.gitignore
npm run test
Fixes(if relevant):
https://
)Checks
git reset
thengit commit
)npm run build
)npm run lint
to check,npm run fix
to fix)git add -A
or add rules at.gitignore
file)npm run test
to check)