Skip to content

Commit 7fd6aa4

Browse files
author
Sönke Kluth
committed
add deploy script
1 parent 7ab22fe commit 7fd6aa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"homepage": "https://soenkekluth.github.io/pmvc-react",
55
"private": true,
66
"devDependencies": {
7+
"gh-pages": "0.11.0",
78
"react-scripts": "0.7.0"
89
},
910
"dependencies": {
@@ -19,6 +20,7 @@
1920
"scripts": {
2021
"start": "react-scripts start",
2122
"build": "react-scripts build",
23+
"deploy": "gh-pages -d build",
2224
"test": "react-scripts test --env=jsdom",
2325
"eject": "react-scripts eject"
2426
}

0 commit comments

Comments
 (0)