Skip to content

Commit

Permalink
chore: npm + deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ducktrshessami committed Feb 17, 2024
1 parent d449853 commit 84d96b0
Show file tree
Hide file tree
Showing 4 changed files with 2,364 additions and 1,350 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ name: MinBuild
on:
workflow_dispatch:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- name: install
run: yarn --immutable
- name: build
run: yarn minbuild
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- name: install
run: npm ci
- name: build
run: npm run minbuild
Loading

0 comments on commit 84d96b0

Please sign in to comment.