Skip to content

Commit 9168b44

Browse files
committed
Add deploy scripts
1 parent 4aeed9f commit 9168b44

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "triplicate",
33
"version": "0.1.0",
44
"private": true,
5+
"homepage": "http://lukem512.github.io/triplicate",
56
"devDependencies": {
7+
"gh-pages": "^0.12.0",
68
"react-scripts": "0.8.1"
79
},
810
"dependencies": {
@@ -13,6 +15,7 @@
1315
"start": "react-scripts start",
1416
"build": "react-scripts build",
1517
"test": "react-scripts test --env=jsdom",
16-
"eject": "react-scripts eject"
18+
"eject": "react-scripts eject",
19+
"deploy": "npm run build&&gh-pages -d build"
1720
}
1821
}

0 commit comments

Comments
 (0)