Skip to content

Commit

Permalink
test workflow using bun
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunniii committed Sep 24, 2023
1 parent df7acaa commit 7d8fa38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,11 @@ jobs:
with:
ref: dev

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "18"
cache: "yarn"
- name: Setup Bun
uses: oven-sh/setup-bun@v1

- name: Installing dependencies
run: yarn install --frozen-lockfile
run: bun install

- name: Build for production
run: yarn build
run: bun run build
1 change: 1 addition & 0 deletions copy_files.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cp -r build/* /mnt/c/Users/nguye/Downloads/TEST_EXT

0 comments on commit 7d8fa38

Please sign in to comment.