Skip to content

Commit

Permalink
feat: Updated dependencies and switched to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
iFaxity committed Apr 11, 2022
1 parent df416f1 commit 891c5c9
Show file tree
Hide file tree
Showing 5 changed files with 12,572 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 891c5c9

Please sign in to comment.