Skip to content

Commit

Permalink
Merge branch 'next'
Browse files Browse the repository at this point in the history
  • Loading branch information
iFaxity committed Apr 11, 2022
2 parents 37fe528 + 638cd61 commit 1da2869
Show file tree
Hide file tree
Showing 5 changed files with 12,592 additions and 911 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
node-version: 14

- name: Install dependencies
run: yarn install --frozen-lockfile
run: npm ci
- name: Build
run: yarn build
run: npm run build

- name: Release
run: npx semantic-release
Expand Down
Loading

0 comments on commit 1da2869

Please sign in to comment.