We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87a027 commit 02b0f4bCopy full SHA for 02b0f4b
package.json
@@ -39,7 +39,7 @@
39
"json-server:graphql": "node test/data/graphql/index.js",
40
"lint": "eslint bin/ examples/ lib/ test/ translations/ runok.js",
41
"lint-fix": "eslint bin/ examples/ lib/ test/ translations/ runok.js --fix",
42
- "prettier": "prettier --config prettier.config.js --write bin/**/*.js lib/**/*.js test/**/*.js translations/**/*.js runok.js",
+ "prettier": "prettier --config prettier.config.js --cached --write bin/**/*.js lib/**/*.js test/**/*.js translations/**/*.js runok.js",
43
"docs": "./runok.js docs",
44
"test:unit": "mocha test/unit --recursive --timeout 10000",
45
"test:runner": "mocha test/runner --recursive --timeout 10000",
0 commit comments