We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aab0a4 commit 99a56b7Copy full SHA for 99a56b7
package.json
@@ -26,7 +26,7 @@
26
"docs:watch": "node ./gitbook-cli serve --port 3000",
27
"docs:deploy": "gh-pages -d _book",
28
"prepack": "nari build",
29
- "postpublish": "nari docs:deploy",
+ "postpublish": "nari docs:build && nari docs:deploy",
30
"release": "np",
31
"watch": "tsc -w"
32
},
0 commit comments