Skip to content

Commit

Permalink
double run prettier on docs to get around errors
Browse files Browse the repository at this point in the history
  • Loading branch information
goastler committed Mar 7, 2024
1 parent acd084a commit 7c7a314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"removePolkadotJSWarnings": "sed -i 's/console.warn\\(.*\\);//g' ./node_modules/@polkadot/util/versionDetect.js && sed -i 's/console.warn\\(.*\\);//g' ./node_modules/@polkadot/util/cjs/versionDetect.js || true",
"postinstall": "npm run removePolkadotJSWarnings",
"docs": "typedoc --cleanOutputDir 2>&1 | grep -v \"Serialized project contained a reflection\" && npm run docs:lint",
"docs:lint": "npx prettier docs --no-error-on-unmatched-pattern --check --ignore-path .eslintignore --write || true"
"docs:lint": "npx prettier docs --no-error-on-unmatched-pattern --check --ignore-path .eslintignore --write || true && npx prettier docs --no-error-on-unmatched-pattern --check --ignore-path .eslintignore --write || true"
},
"private": true,
"engines": {
Expand Down

0 comments on commit 7c7a314

Please sign in to comment.