Closed romain-spielmann closed 3 years ago
git reset
git commit
npm run build
npm run lint
npm run fix
git add -A
.gitignore
npm run test
released as v2.18.0
Fixes(if relevant):
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)