Skip to content

Commit c343bce

Browse files
committed
Added deploy npm script
1 parent e66921a commit c343bce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"private": true,
66
"scripts": {
77
"start": "browser-sync start --server ./src --files ./src",
8-
"test": "mocha test/*.spec.js"
8+
"test": "mocha test/*.spec.js",
9+
"deploy:github-pages": "git subtree push --prefix src origin gh-pages"
910
},
1011
"author": "Sergio Cruz <[email protected]>",
1112
"license": "MIT",

0 commit comments

Comments
 (0)