We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab22fe commit 7fd6aa4Copy full SHA for 7fd6aa4
package.json
@@ -4,6 +4,7 @@
4
"homepage": "https://soenkekluth.github.io/pmvc-react",
5
"private": true,
6
"devDependencies": {
7
+ "gh-pages": "0.11.0",
8
"react-scripts": "0.7.0"
9
},
10
"dependencies": {
@@ -19,6 +20,7 @@
19
20
"scripts": {
21
"start": "react-scripts start",
22
"build": "react-scripts build",
23
+ "deploy": "gh-pages -d build",
24
"test": "react-scripts test --env=jsdom",
25
"eject": "react-scripts eject"
26
}
0 commit comments