Skip to content

refactor: Move package.json and other front-end collateral into 'site' #128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 1, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix lint/format jobs for front-end
  • Loading branch information
bryphe-coder committed Feb 1, 2022
commit a8600ffbffdb6e6a2a9185c3f5dea07976a3c567
3 changes: 3 additions & 0 deletions .github/workflows/coder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ jobs:

- name: Install node_modules
run: yarn install
working-directory: site

- name: "yarn lint"
run: yarn lint
working-directory: site

gen:
name: "style/gen"
Expand Down Expand Up @@ -113,6 +115,7 @@ jobs:

- name: Install node_modules
run: yarn install
working-directory: site

- name: "make ${{ matrix.style }}"
run: "make --output-sync -j ${{ matrix.style }}"
Expand Down