Skip to content

Commit

Permalink
preview 命令不缓存
Browse files Browse the repository at this point in the history
  • Loading branch information
Pony-Unicorn committed Jun 14, 2018
1 parent ac7e250 commit 57b84c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"build": "gulp build && gitbook build",
"preview": "gitbook serve && gulp preview",
"preview": "gitbook serve --no-watch && gulp preview",
"publish": "npm run build && gulp publish"
},
"repository": {
Expand Down

0 comments on commit 57b84c8

Please sign in to comment.