Skip to content

Commit 311d886

Browse files
committed
chore: 🤖 add build command to build the site
1 parent afa1a99 commit 311d886

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
.grunt
33
.vscode
4+
_book

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"scripts": {
2222
"start": "honkit serve",
23-
"build": "exit 0"
23+
"build": "honkit build"
2424
},
2525
"keywords": [],
2626
"author": "Suman Kunwar",

0 commit comments

Comments
 (0)