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 559063c commit b9fad9bCopy full SHA for b9fad9b
package.json
@@ -16,7 +16,7 @@
16
"test": "npm run test:spelling && npm run test:format && npm run test:build",
17
"test:spelling": "cspell \"spec/**/*.md\" README.md",
18
"format": "prettier --write \"**/*.{md,yml,yaml,json}\"",
19
- "test:format": "prettier --check \"**/*.{md,yml,yaml,json}\"",
+ "test:format": "prettier --check \"**/*.{md,yml,yaml,json}\" || echo \"\nTo resolve this, run: $(tput bold)npm run format$(tput sgr0)\" && exit 1",
20
"build": "./build.sh",
21
"test:build": "spec-md --metadata spec/metadata.json spec/GraphQL.md > /dev/null",
22
"watch": "nodemon -e json,md --exec \"npm run build\""
0 commit comments