Skip to content

Commit

Permalink
Fix seed:dev command
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Polhemus committed Jun 21, 2022
1 parent 14a0c07 commit 02c37b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"build": "turbo run build --filter=vite-plugin-*",
"dev": "turbo run dev --filter=vite-plugin-* --parallel",
"seed:dev": "cd packages/seed-theme && npm run dev",
"seed:dev": "cd themes/seed-theme && npm run dev",
"lint": "turbo run lint",
"change:add": "changeset add",
"change:version": "changeset version",
Expand Down

0 comments on commit 02c37b4

Please sign in to comment.