Skip to content

Commit 99a56b7

Browse files
committed
Fixes postpublish script
1 parent 4aab0a4 commit 99a56b7

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
@@ -26,7 +26,7 @@
2626
"docs:watch": "node ./gitbook-cli serve --port 3000",
2727
"docs:deploy": "gh-pages -d _book",
2828
"prepack": "nari build",
29-
"postpublish": "nari docs:deploy",
29+
"postpublish": "nari docs:build && nari docs:deploy",
3030
"release": "np",
3131
"watch": "tsc -w"
3232
},

0 commit comments

Comments
 (0)