Skip to content

Commit

Permalink
Fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
RanjithKumarSeekolu committed Jan 24, 2024
1 parent 3445e75 commit bf21278
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Query Text Fetcher !",
"scripts": {
"test": "jest",
"start": "npx parcel index.html",
"build": "parcel build index.html"
"start": "npx parcel ./public/index.html",
"build": "parcel build ./public/index.html"
},
"author": "",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="./index.css" rel="stylesheet" />
<link href="../index.css" rel="stylesheet" />
<title>Car Rental</title>
</head>
<body>
Expand Down

0 comments on commit bf21278

Please sign in to comment.