Skip to content

Commit

Permalink
ci: 👷 correct workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
spences10 committed Jan 6, 2024
1 parent dc14422 commit eab6a36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"format": "prettier --write .",
"test:integration": "playwright test",
"test:unit": "vitest",
"test:ci": "vitest run",
"coverage": "vitest run --coverage"
},
"devDependencies": {
Expand All @@ -39,7 +40,7 @@
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.9",
"svead": "workspace:^",
"svead": "workspace:*",
"svelte": "5.0.0-next.29",
"svelte-check": "^3.6.0",
"tailwindcss": "^3.3.6",
Expand All @@ -49,4 +50,4 @@
"vitest": "^1.0.0"
},
"type": "module"
}
}
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit eab6a36

Please sign in to comment.