Skip to content

Commit

Permalink
script test
Browse files Browse the repository at this point in the history
  • Loading branch information
ras1 committed Aug 7, 2024
1 parent 6c74f8f commit 08b22be
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 23 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"react-search-field": "github:ras1/react-search-field#2.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"start": "REACT_APP_GIT_SHA=`git rev-parse --short HEAD` react-scripts start",
"build": "REACT_APP_GIT_SHA=`git rev-parse --short HEAD` react-scripts build",
"test": "jest",
"eject": "react-scripts eject",
"predeploy": "yarn build",
Expand Down Expand Up @@ -49,4 +49,4 @@
"postcss-normalize": "^10.0.1",
"react-test-renderer": "^17.0.2"
}
}
}
44 changes: 24 additions & 20 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="apple-mobile-web-app-title" content="Shuffle YT">
<meta name="application-name" content="Shuffle YT">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Hebron's Youtube Shuffler" />
<title>Shuffle Youtube Playlists</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app. Sorry.</noscript>
<div id="root"></div>
</body>
</html>

<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="apple-mobile-web-app-title" content="Shuffle YT">
<meta name="application-name" content="Shuffle YT">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Hebron's Youtube Shuffler" />
<meta name="ui-version" content="%REACT_APP_GIT_SHA%">
<title>Shuffle Youtube Playlists</title>
</head>

<body>
<noscript>You need to enable JavaScript to run this app. Sorry.</noscript>
<div id="root"></div>
</body>

</html>

0 comments on commit 08b22be

Please sign in to comment.