Skip to content

Commit

Permalink
chore: Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakeskeyboarde committed Dec 7, 2023
1 parent b3854e2 commit 22d3608
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
run: |
set -e
npm run lint -- --max-warnings=0
npx @werk/cli vitest run --no-build
npx @werk/cli depcheck
npx @werk/cli vitest run
- name: Publish
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
run: |
set -e
npm run lint -- --max-warnings=0
npx @werk/cli vitest run --no-build
npx @werk/cli depcheck
npx @werk/cli vitest run
- name: Publish (Dry Run)
run: npx @werk/cli publish --from-archive --dry-run
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"lint": "eslint --max-warnings=0 .",
"build": "werk -p build",
"test": "npm run lint -- --max-warnings=0 && npm run build && werk depcheck && werk vitest run",
"test": "npm run lint -- --max-warnings=0 && werk vitest run && werk depcheck",
"modernize": "npx npm-check-updates@latest -i --workspaces --root --format group"
},
"workspaces": [
Expand All @@ -24,7 +24,7 @@
"@types/eslint": "^8.44.8",
"@types/node": "^20.10.4",
"@vitest/coverage-v8": "^1.0.2",
"@werk/cli": "^9.1.2",
"@werk/cli": "^9.1.3",
"@werk/command-build": "^3.0.4",
"@werk/command-depcheck": "^1.0.13",
"@werk/command-exec": "^1.4.10",
Expand Down

0 comments on commit 22d3608

Please sign in to comment.