Skip to content

Commit

Permalink
test file change
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb committed Sep 5, 2023
1 parent 7a80096 commit 9328926
Show file tree
Hide file tree
Showing 2 changed files with 12,355 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the changed files back to the repository.
contents: write

steps:
- uses: actions/checkout@v3
with:
Expand All @@ -31,6 +31,8 @@ jobs:
- name: Install deps
run: yarn install

- run: rm ../registry.json

- name: Build Registry
run: yarn start

Expand Down
Loading

0 comments on commit 9328926

Please sign in to comment.