|
|
|
@ -16,6 +16,8 @@
|
|
|
|
|
"homepage": "https://github.com/Huddle/Resemble.js", |
|
|
|
|
"scripts": { |
|
|
|
|
"test": "jest nodejs-tests", |
|
|
|
|
"test-codacy-coverage": |
|
|
|
|
"jest nodejs-tests --coverage && cat ./coverage/lcov.info | codacy-coverage", |
|
|
|
|
"test-watch": "jest --watch nodejs-tests", |
|
|
|
|
"precommit": "lint-staged", |
|
|
|
|
"lint": "eslint **/*.js --fix" |
|
|
|
|