Skip to content

Commit e1a6b27

Browse files
author
caesar_chi
committed
fixed npm start
1 parent c76b1ac commit e1a6b27

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
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"start": "gitbook serve",
8+
"start": "node_modules/.bin/gitbook serve",
99
"build": "giik source book"
1010
},
1111
"authors": [

0 commit comments

Comments
 (0)