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 548ed40 commit 81f6153Copy full SHA for 81f6153
package.json
@@ -22,7 +22,7 @@
22
"prettier:check": "prettier --check '**/*.{js,css,md}'",
23
"prettier:write": "prettier --write '**/*.{js,css,md}'",
24
"prepare": "npm run bundle",
25
- "prepublishOnly": "mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
+ "prepublishOnly": "git pull && mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
26
"test": "mocha lib/**/*.test.js",
27
"test:coverage": "nyc --reporter=lcov --reporter=text --all npm test -- --reporter dot",
28
"test:headless": "mochify --https-server --plugin [ proxyquire-universal ] --no-detect-globals test/global-hack.js lib/**/*.test.js"
0 commit comments