Skip to content

Commit

Permalink
Run translations and graphql-codegen on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Aug 11, 2024
1 parent f22a269 commit 4f473c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "0.0.1",
"license": "GPL-3.0",
"scripts": {
"dev": "vite",
"dev": "run-p dev:run translations graphql-codegen:watch",
"dev:run": "vite",
"build": "vite build",
"preview": "vite preview",
"postinstall": "run-p graphql-codegen translations",
Expand Down

0 comments on commit 4f473c0

Please sign in to comment.