Skip to content

Commit

Permalink
Remove last fesk dependency and turn off watch on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Aug 30, 2024
1 parent b4a66e5 commit 3b19d48
Show file tree
Hide file tree
Showing 14 changed files with 8,389 additions and 7,452 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/podman-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "vitest --coverage",
"docz:dev": "docz dev",
"docz:build": "docz build",
"watch": "fesk-watch",
"watch": "vit build --watch",
"snyk-protect": "snyk-protect",
"prepublish": "npm run snyk-protect"
},
Expand All @@ -27,7 +27,6 @@
"vitest": "^2.0.5"
},
"dependencies": {
"@fesk/bem-js": "^1.0.1",
"@material-ui/core": "^3.0.2",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^3.0.0-alpha.14",
Expand Down
Loading

0 comments on commit 3b19d48

Please sign in to comment.