File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 19
19
"make:dist:css" : " mkdirp dist && node-sass --output-style compressed src/styles/main.scss > dist/react-plotly.js-editor.css" ,
20
20
"prepublishOnly" : " npm run make:lib" ,
21
21
"lint" : " prettier --write \" src/**/*.js\" " ,
22
- "test" : " eslint src && prettier -l \" src/**/*.js\" && jest" ,
23
- "test-js" : " jest" ,
22
+ "test:lint" : " eslint src && echo -e '\\ 033[0;32m'PASS'\\ 033[0m'" ,
23
+ "test:pretty" : " prettier -l \" src/**/*.js\" && echo -e '\\ 033[0;32m'PASS'\\ 033[0m'" ,
24
+ "test:js" : " jest" ,
25
+ "test" : " npm run test:lint && npm run test:pretty && npm run test:js" ,
24
26
"watch" : " nodemon --exec \" npm run make:lib\" -w src" ,
25
- "watch-test" : " jest --watch" ,
26
- "eslint:check" : " eslint --print-config .eslintrc | eslint-config-prettier-check"
27
+ "watch-test" : " jest --watch"
27
28
},
28
29
"keywords" : [
29
30
" graphing" ,
You can’t perform that action at this time.
0 commit comments