Skip to content

Commit

Permalink
feat: updating meet our team page (#426)
Browse files Browse the repository at this point in the history
* feat: editing meet our team page

* feat: adding michael to the MeetOurMembers page

* feat: edited my position

* feat: changing Jason's role to cheerleader

* fix: downgrade pnpm version for test

* feat: adding gunjan and aditya to the team

* fix: fixing aditya image

* feat: adding pam to the team

* fix:fixing pnpm lock issues

---------

Co-authored-by: YHhaoareyou <mlapenang1998@gmail.com>
  • Loading branch information
JasonNotJson and YHhaoareyou authored May 5, 2023
1 parent d0d4ec3 commit 5837cc8
Show file tree
Hide file tree
Showing 13 changed files with 3,633 additions and 3,111 deletions.
22 changes: 11 additions & 11 deletions .github/actions/microapp/action.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
name: 'Build Micro-app'
description: 'Workflow for building an microapp'
name: "Build Micro-app"
description: "Workflow for building an microapp"
inputs:
path:
description: 'The path to the microapp'
description: "The path to the microapp"
required: true
default: '.'
default: "."
runs:
using: "composite"
steps:
- name: Install
shell: bash
working-directory: ${{ inputs.path }}
run: |
npm install -g pnpm
npm install -g pnpm@6
pnpm install --filter .
# - name: Test
# shell: bash
# working-directory: ${{ inputs.path }}
# run: |
# npm run test-all
# - name: Test
# shell: bash
# working-directory: ${{ inputs.path }}
# run: |
# npm run test-all

- name: build
shell: bash
working-directory: ${{ inputs.path }}
run: |
pnpm run build
pnpm run build
2,252 changes: 1,161 additions & 1,091 deletions apps/campus/pnpm-lock.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit 5837cc8

Please sign in to comment.