Skip to content

Commit

Permalink
build: update dependencies and build process (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamalston committed Jul 3, 2022
1 parent ce33f6c commit 1844424
Show file tree
Hide file tree
Showing 3 changed files with 4,517 additions and 3,653 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: 'npm'
cache: "npm"
- run: npm ci
- run: npm test
- run: npm run build
- run: npm prune --production
Loading

0 comments on commit 1844424

Please sign in to comment.