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 87116d4 commit 2a42080Copy full SHA for 2a42080
package.json
@@ -15,7 +15,7 @@
15
"build": "webpack --progress --colors --bail",
16
"coverage": "tap ./test/{unit,integration}/*.js --coverage --coverage-report=lcov",
17
"deploy": "touch playground/.nojekyll && gh-pages -t -d playground -m \"Build for $(git log --pretty=format:%H -n1)\"",
18
- "docs": "jsdoc -c .jsdoc.json",
+ "docs": "exit0 || jsdoc -c .jsdoc.json",
19
"i18n:src": "mkdirp translations/core && format-message extract --out-file translations/core/en.json src/extensions/**/index.js",
20
"i18n:push": "tx-push-src scratch-editor extensions translations/core/en.json",
21
"lint": "exit 0 || eslint . && format-message lint src/**/*.js",
0 commit comments