Skip to content

Commit

Permalink
add script to install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSaah committed Jun 4, 2023
1 parent b486e22 commit ea5b87e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
200.html,1685883329495,0c06777c3600bbc3f5f47a14e1a013de36ddc923439e6453d4e330b86a86e1e6
404.html,1685883329497,0c06777c3600bbc3f5f47a14e1a013de36ddc923439e6453d4e330b86a86e1e6
_payload.json,1685883329498,e7186389664bf8f5ad69aa734ba0a619bbbc77406acd4b57e4eb1714039320af
_nuxt/About.7c0aa768.js,1685883324185,b01b791f2a4373890a0fedaeda044c28a9084aaeb05cab7f9722ea5d1afc9a8c
_nuxt/Explorations.c7e9eef3.js,1685883324185,230e505c023af15b498429da2df18c89aa72ec182590376517822c68e275567d
_nuxt/Icon.7f9eef6a.css,1685883324185,6649cb8b2bf809c2c5e87be445367047da2133d89cbdee88430fc198fe5a1cb9
_nuxt/IconCSS.c81b379e.css,1685883324184,d064cd7511037bd251d495fdc8706d485bedd3444db586b3bdeec5775483da4b
_nuxt/IconCSS.38798c32.js,1685883324184,ebb21ed3e1660d2668c91cea16cbb55090742909b48b101b5390ae104d4c0650
_nuxt/config.fc1b8e7c.js,1685883324183,de30151eed1507b6e4d7dd16d8b2a393e1bc54b3ecc35569291be1ce9e40b6a1
_nuxt/Projects.02f3bcd0.js,1685883324184,8bc21771ab5ff905fe0fafcb4f5c948d12d9ccb98ab2034657f9fe5b27f4b14c
_nuxt/entry.aae7c86e.css,1685883324182,a61aa34dc8312cdfcaf1cc9765aa4addba8afa9d3cc6dd8e270f37211a31f334
_nuxt/error-404.a441f75b.css,1685883324174,de8219a51900361a2743a76ffd78cafe18e1ecae705c5a8a5379c2bb09db807f
index.html,1685883329492,c8c3f21da22e125aef5784186c643ec97d916ddfe38588bff106ca4a11a96658
favicon.ico,1685883324187,712e21055878c59329fe2c6bd230313ef4e8a7b9224797eccb5b9e98611f8676
_nuxt/error-500.b4e85b33.css,1685883324173,d54ff2addefa89e8bd9111d4918029a1d55f75f11be398993734212a3bdbf666
_nuxt/error-component.e2c28eca.js,1685883324173,6a314a1470b1f2a202d559c7054739a289908624f5aa309e1ef388db790abd8e
_nuxt/error-500.28d962f3.js,1685883324173,4c8acd75e44003a9ce68d243b1a475011b0454e2cf40146ddc08a03cc01a24f8
_nuxt/index.5a78c0c1.js,1685883324172,b567b323f8b517050b4140bbf1ababe058608f65c0519ab644ba5ff8f4d9215b
_nuxt/error-404.173eaf08.js,1685883324181,4e1573f1c3acd60adf536ed07dc1a68ddcab1d944f9c1ee6256d3fa3f5ea9a9c
_nuxt/Icon.88bc290a.js,1685883324185,cd67a2b85290efbab9a73e3193109e882869336b8e96c03f9837b6ccb0697edb
images/codereview-logo.png,1685883324187,c9bebf940543c310c89f1fc90667709dc3549aca3c991deab45a91a8e40e2cf8
images/ashesi-logo.jpg,1685883324187,6aedb83e64b3cd67f487e2b8f834b7e565756efe93c243da04b97e75476461bf
images/opensource.png,1685883324186,1821d6505cd5bd72dd794aaa3183e3527be4782a75d54567f35f61ea43162595
_nuxt/entry.3e0536ea.js,1685883324183,177934fc305b18f9f1a7fd4965ad41ea80999dc157c25d5b2b41fe893e35dd14
images/computer.svg,1685883324187,b36f741a4508a6079578209fa41a42d1d25623befdd3556b9de536188848bb78
4 changes: 4 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ name: Deploy to Firebase Hosting on merge
jobs:
build_and_deploy:
runs-on: ubuntu-latest

steps:
- name: Install pnpm
run: curl -fsSL https://get.pnpm.io/install.sh | sh -

- uses: actions/checkout@v3
- run: pnpm install && pnpm build && pnpm generate
- uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- name: Install pnpm
run: curl -fsSL https://get.pnpm.io/install.sh | sh -

- uses: actions/checkout@v3
- run: pnpm install && pnpm build && pnpm generate
- uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down

0 comments on commit ea5b87e

Please sign in to comment.