Skip to content

Commit

Permalink
Merge pull request #5 from DSC-Unilag/dev
Browse files Browse the repository at this point in the history
fixing bug
  • Loading branch information
Curiouspaul1 authored Apr 10, 2024
2 parents cf8ae2a + a35e9a6 commit 9983e2e
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install && http-server
- run: npm install --save-dev http-server && npm start
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down
66 changes: 56 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"dependencies": {
"devDependencies": {
"http-server": "^14.1.1"
}
},
"scripts": {
"start": "http-server ."
}
}

0 comments on commit 9983e2e

Please sign in to comment.