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 564184d commit 48e6489Copy full SHA for 48e6489
package.json
@@ -38,6 +38,8 @@
38
"start": "react-scripts start",
39
"build": "react-scripts build",
40
"test": "react-scripts test --env=jsdom",
41
+ "predeploy": "npm run build",
42
+ "deploy": "gh-pages -d build",
43
"eject": "react-scripts eject"
44
},
45
"homepage": "http://voronianski.github.io/swapi-graphql-react-app",
0 commit comments