Skip to content

Commit 8161f02

Browse files
committed
chore: predeploy
1 parent 8da0e52 commit 8161f02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"scripts": {
1111
"docs:start": "dumi dev",
1212
"docs:build": "dumi build",
13-
"docs:deploy": "gh-pages -d .doc",
13+
"predeploy": "dumi build",
14+
"deploy": "gh-pages -d .doc",
1415
"test": "echo \"Error: no test specified\" && exit 1",
1516
"build": "webpack"
1617
},

0 commit comments

Comments
 (0)