Skip to content

Commit

Permalink
chore: Add project descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
NishalJohn committed Nov 6, 2023
1 parent c967b68 commit 7d9c87e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
git --version
node --version
pnpm --version
pnpm commitlint --version
- run: pnpm ci && pnpm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
git --version
node --version
pnpm --version
pnpm commitlint --version
- run: pnpm ci && pnpm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "rundown-portal",
"version": "0.1.0",
"private": true,
"homepage": "https://dev.rundownstudios.com",
"dependencies": {
"@ant-design/colors": "^7.0.0",
"@ant-design/icons": "^5.2.6",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Rundown Studios Developer Portal</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "dev.rundownstudios.com",
"name": "Rundown Studios Developer Portal",
"icons": [
{
"src": "favicon.ico",
Expand Down

0 comments on commit 7d9c87e

Please sign in to comment.