Skip to content

Commit

Permalink
merge-upstream: Disable docs npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Dec 23, 2023
1 parent 9f26069 commit dbd8ea5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 46 deletions.
51 changes: 6 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"build": "npm run docs && webpack --progress --colors --bail",
"coverage": "tap ./test/{unit,integration}/*.js --coverage --coverage-report=lcov",
"docs": "jsdoc -c .jsdoc.json",
"docs": "exit 0 || jsdoc -c .jsdoc.json",
"i18n:src": "mkdirp translations/core && format-message extract --out-file translations/core/en.json src/extensions/**/index.js",
"i18n:push": "tx-push-src scratch-editor extensions translations/core/en.json",
"lint": "eslint .",
Expand Down

0 comments on commit dbd8ea5

Please sign in to comment.