|
|
@ -12,7 +12,7 @@ |
|
|
|
"start": "node ./streaming/index.js", |
|
|
|
"start": "node ./streaming/index.js", |
|
|
|
"test": "${npm_execpath} run test:lint:js && ${npm_execpath} run test:jest", |
|
|
|
"test": "${npm_execpath} run test:lint:js && ${npm_execpath} run test:jest", |
|
|
|
"test:lint": "${npm_execpath} run test:lint:js && ${npm_execpath} run test:lint:sass", |
|
|
|
"test:lint": "${npm_execpath} run test:lint:js && ${npm_execpath} run test:lint:sass", |
|
|
|
"test:lint:js": "eslint --ext=js .", |
|
|
|
"test:lint:js": "eslint --ext=js . --cache", |
|
|
|
"test:lint:sass": "sass-lint -v", |
|
|
|
"test:lint:sass": "sass-lint -v", |
|
|
|
"test:jest": "cross-env NODE_ENV=test jest --coverage" |
|
|
|
"test:jest": "cross-env NODE_ENV=test jest --coverage" |
|
|
|
}, |
|
|
|
}, |
|
|
|