Skip to content

Commit 6c6f247

Browse files
author
Anggiajuang
committed
1 parent 0ce5a4f commit 6c6f247

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ deployment:
55
pages:
66
branch: development
77
commands:
8-
- ./node_modules/.bin/hexo deploy
8+
- npm run deploy

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"version": "3.2"
77
},
88
"scripts": {
9-
"test": "echo \"Ok: no test for now\" && exit 0"
9+
"test": "echo \"Ok: no test for now\" && exit 0",
10+
"deploy": "hexo deploy"
1011
},
1112
"dependencies": {
1213
"hexo": "^3.2",

0 commit comments

Comments
 (0)