Added CONTRIBUTING.md file

This commit is contained in:
Alejandro Celaya
2020-09-19 17:32:54 +02:00
parent b2904189ef
commit b06d9d3bc7
2 changed files with 73 additions and 2 deletions

View File

@@ -18,8 +18,7 @@
"test:ci": "npm run test -- --coverage --coverageReporters=text --coverageReporters=text-summary --coverageReporters=clover",
"test:pretty": "npm run test -- --coverage --coverageReporters=text --coverageReporters=text-summary --coverageReporters=html",
"mutate": "./node_modules/.bin/stryker run",
"mutate:ci": "npm run mutate -- --mutate=$MUTATION_FILES",
"check": "npm run test & npm run lint & wait"
"mutate:ci": "npm run mutate -- --mutate=$MUTATION_FILES"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",