-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: updating meet our team page (#426)
* 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
1 parent
d0d4ec3
commit 5837cc8
Showing
13 changed files
with
3,633 additions
and
3,111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.