File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
"scripts" : {
25
25
"watch" : " node ./resources/watch.js" ,
26
26
"test" : " npm run lint && npm run check && npm run testonly" ,
27
- "test:ci" : " npm run lint && npm run check && npm run testonly:cover" ,
27
+ "test:ci" : " npm run lint -- --no-cache && npm run check && npm run testonly:cover" ,
28
28
"testonly" : " mocha --full-trace src/**/__tests__/**/*-test.js" ,
29
29
"testonly:cover" : " nyc --clean --skip-full --reporter json --reporter html --reporter text -- npm run testonly" ,
30
- "lint" : " eslint --report-unused-disable-directives src || (printf ' \\ 033[33mTry: \\ 033[7m npm run lint -- --fix \\ 033[0m \\ n' && exit 1) " ,
30
+ "lint" : " eslint --cache -- report-unused-disable-directives src" ,
31
31
"benchmark" : " node ./resources/benchmark.js" ,
32
32
"prettier" : " prettier --write --list-different 'src/**/*.js'" ,
33
33
"check" : " flow check" ,
You can’t perform that action at this time.
0 commit comments