File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3939 "json-server:graphql" : " node test/data/graphql/index.js" ,
4040 "lint" : " eslint bin/ examples/ lib/ test/ translations/ runok.js" ,
4141 "lint-fix" : " eslint bin/ examples/ lib/ test/ translations/ runok.js --fix" ,
42- "prettier" : " prettier --config prettier.config.js --cached --write bin/**/*.js lib/**/*.js test/**/*.js translations/**/*.js runok.js" ,
42+ "prettier" : " git diff --name-only --cached --diff-filter=d | grep '\\ .js' | xargs npx prettier --write" ,
43+ "prettier:all" : " prettier --config prettier.config.js --write bin/**/*.js lib/**/*.js test/**/*.js translations/**/*.js runok.js" ,
4344 "docs" : " ./runok.js docs" ,
4445 "test:unit" : " mocha test/unit --recursive --timeout 10000" ,
4546 "test:runner" : " mocha test/runner --recursive --timeout 10000" ,
You can’t perform that action at this time.
0 commit comments