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 9325b37 commit 3a41da0Copy full SHA for 3a41da0
package.json
@@ -23,7 +23,7 @@
23
"precommit": "lint-staged",
24
"dev": "concurrently \"yarn tsc:main --watch\" \"yarn tsc:example --watch\" \"yarn build:rollup -w\" \"next dev example\"",
25
"predocs": "yarn build",
26
- "docs": "next build example && DOCS=true next export -o ./docs example && npx https://gist.github.com/stipsan/bbf4adcdafd9eabfa6a9a42397a1c1b9",
+ "docs": "next build example && DOCS=true next export -o ./docs example && npx -p https://gist.github.com/stipsan/bbf4adcdafd9eabfa6a9a42397a1c1b9 -c 'git-update-ghpages'",
27
"prepublishOnly": "yarn build",
28
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
29
"test": "yarn tsc:main --noEmit && yarn tsc:example --noEmit",
0 commit comments