Skip to content

Commit 3a41da0

Browse files
committed
test again
1 parent 9325b37 commit 3a41da0

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
@@ -23,7 +23,7 @@
2323
"precommit": "lint-staged",
2424
"dev": "concurrently \"yarn tsc:main --watch\" \"yarn tsc:example --watch\" \"yarn build:rollup -w\" \"next dev example\"",
2525
"predocs": "yarn build",
26-
"docs": "next build example && DOCS=true next export -o ./docs example && npx https://gist.github.com/stipsan/bbf4adcdafd9eabfa6a9a42397a1c1b9",
26+
"docs": "next build example && DOCS=true next export -o ./docs example && npx -p https://gist.github.com/stipsan/bbf4adcdafd9eabfa6a9a42397a1c1b9 -c 'git-update-ghpages'",
2727
"prepublishOnly": "yarn build",
2828
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
2929
"test": "yarn tsc:main --noEmit && yarn tsc:example --noEmit",

0 commit comments

Comments
 (0)