Skip to content

Commit ae13df3

Browse files
committed
Add gh-pages
1 parent a00c6dc commit ae13df3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"homepage": "https://uturet.github.io/path-finding-visualizer/",
23
"name": "algorithm-visualizer",
34
"version": "0.1.0",
45
"private": true,
@@ -17,6 +18,8 @@
1718
"web-vitals": "^2.1.0"
1819
},
1920
"scripts": {
21+
"predeploy": "yarn run build",
22+
"deploy": "gh-pages -d build",
2023
"start": "react-scripts start",
2124
"build": "react-scripts build",
2225
"test": "react-scripts test",

0 commit comments

Comments
 (0)