Skip to content

Commit

Permalink
build: usee vite
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Apr 16, 2024
1 parent a9a3a1a commit 5494ff4
Show file tree
Hide file tree
Showing 22 changed files with 15,018 additions and 12,048 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install --frozen-lockfile
- run: npm ci
- run: npx wsrun -mpc build
- name: GitHub Pages
uses: crazy-max/[email protected]
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16

- run: yarn install --frozen-lockfile
- run: npm ci
- run: npx wsrun -mpc build

- uses: nelonoel/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 18

- name: Install Dependencies
run: yarn
run: npm ci

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn install --frozen-lockfile
- run: npm ci
- run: yarn analyze

lint:
Expand All @@ -26,17 +26,15 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn install --frozen-lockfile
- run: npm ci
- run: yarn lint

build-demos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
- run: yarn install --frozen-lockfile
- run: npm ci
- run: npx wsrun -mpc build

tests:
Expand All @@ -46,7 +44,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "18"
- run: yarn install --frozen-lockfile
- run: npm ci
- run: yarn test
- name: Codecov
uses: codecov/codecov-action@v3
Expand Down
Loading

0 comments on commit 5494ff4

Please sign in to comment.