Skip to content

Commit

Permalink
⚡️ only generate backend
Browse files Browse the repository at this point in the history
  • Loading branch information
letmejustputthishere committed Feb 7, 2024
1 parent aa7165b commit e4912ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"frontend": "vite --host",
"backend": "mo-dev --generate --deploy -y",
"build": "vite build",
"pretest": "dfx generate",
"pretest": "dfx generate backend",
"test": "run-s test:e2e test:unit",
"test:e2e": "vitest run",
"test:unit": "mops test",
Expand Down

0 comments on commit e4912ea

Please sign in to comment.