Skip to content
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

Utilize Theme Kit download command #154

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
279a7ea
Use Theme Kit download command
andershagbard May 1, 2023
931f720
Clean up
andershagbard May 1, 2023
e3e82b6
Build
andershagbard May 1, 2023
ff554d7
Commit from GitHub Actions (Build)
github-actions[bot] May 1, 2023
9cf5047
Make testable
andershagbard May 2, 2023
10c036b
Merge branch 'themekit-download' of https://github.com/grafikr/shopif…
andershagbard May 2, 2023
9e745dc
Revert "Make testable"
andershagbard May 2, 2023
036e85b
Build
andershagbard May 2, 2023
bfc0e70
Commit from GitHub Actions (Build)
github-actions[bot] May 2, 2023
2410744
Commit from GitHub Actions (Build)
github-actions[bot] May 2, 2023
ab0b31f
Build
andershagbard May 2, 2023
6f20ecd
Merge branch 'themekit-download' of https://github.com/grafikr/shopif…
andershagbard May 2, 2023
d10d3c3
Commit from GitHub Actions (Build)
github-actions[bot] May 2, 2023
aae4762
Set download dir to build dir
andershagbard May 2, 2023
e9df928
Merge branch 'themekit-download' of https://github.com/grafikr/shopif…
andershagbard May 2, 2023
1d145ab
Commit from GitHub Actions (Build)
github-actions[bot] May 2, 2023
a3ff495
Merge pull request #162 from grafikr/main
andershagbard Jul 12, 2023
65e7fb7
Merge branch 'main' into v1
andershagbard Jul 12, 2023
34f56f4
Merge branch 'main' into themekit-download
andershagbard Aug 1, 2023
09f1a90
Commit from GitHub Actions (Build)
github-actions[bot] Aug 1, 2023
ab2f11b
Merge branch 'v1' into themekit-download
andershagbard Oct 3, 2023
38de891
Change package manager
andershagbard Mar 22, 2024
faea3c0
Attempt to fix
andershagbard Mar 22, 2024
81b0d40
Update build.yml
andershagbard Mar 22, 2024
b43a2cf
Update build.yml
andershagbard Mar 22, 2024
1045b1f
fix no-extraneous-dependencies
andershagbard Mar 22, 2024
fccfd73
Check out branch
andershagbard Mar 22, 2024
f5ca96b
Commit from GitHub Actions (Build)
github-actions[bot] Mar 22, 2024
c2933b4
Refactor
andershagbard Mar 22, 2024
9f6378a
Merge branch 'themekit-download' of https://github.com/grafikr/shopif…
andershagbard Mar 22, 2024
5eb694b
Commit from GitHub Actions (Build)
github-actions[bot] Mar 22, 2024
705e739
Update themekit.ts
andershagbard Mar 22, 2024
fda16b7
Merge branch 'themekit-download' of https://github.com/grafikr/shopif…
andershagbard Mar 22, 2024
b135fa0
Commit from GitHub Actions (Build)
github-actions[bot] Mar 22, 2024
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
19 changes: 12 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,21 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Install dependencies
run: yarn
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'

- name: Compile assets
run: yarn build
run: pnpm install && pnpm build

- name: Commit changes
uses: EndBug/add-and-commit@v7
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
Binary file modified dist/bin/theme
Binary file not shown.
Loading