Skip to content

Commit 81f6153

Browse files
committed
Pull-first
1 parent 548ed40 commit 81f6153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prettier:check": "prettier --check '**/*.{js,css,md}'",
2323
"prettier:write": "prettier --write '**/*.{js,css,md}'",
2424
"prepare": "npm run bundle",
25-
"prepublishOnly": "mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
25+
"prepublishOnly": "git pull && mkdocs gh-deploy -r upstream || mkdocs gh-deploy -r origin",
2626
"test": "mocha lib/**/*.test.js",
2727
"test:coverage": "nyc --reporter=lcov --reporter=text --all npm test -- --reporter dot",
2828
"test:headless": "mochify --https-server --plugin [ proxyquire-universal ] --no-detect-globals test/global-hack.js lib/**/*.test.js"

0 commit comments

Comments
 (0)