Skip to content

Commit

Permalink
Switch order of make parts & make
Browse files Browse the repository at this point in the history
  • Loading branch information
rianadon committed Dec 11, 2023
1 parent 7431a41 commit 55d2e6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
make keycaps-simple
make keycaps
- name: Build Parts
run: make parts

- name: Compile Code
run: make

- name: Build Parts
run: make parts

- name: Build site
run: npm run build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ mkdir target
export OPENSCAD=/path/to/openscad # should end in .exe on Windows
make keycaps-simple # Generates keycaps used for collision detection.
make keycaps # Generates geometry for all the keycaps. Take a while.
make parts # Generates the mx switch geometry
make # Compiles protobuf files
make parts # Generates the mx switch geometry
npm run dev

# Optional
Expand Down

0 comments on commit 55d2e6f

Please sign in to comment.