Skip to content

Commit

Permalink
build: fix nodemon exec script
Browse files Browse the repository at this point in the history
VampireChicken12 committed Nov 12, 2023

Verified

This commit was signed with the committer’s verified signature.
1 parent aac2edf commit 5ab5c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodemon.json
Original file line number Diff line number Diff line change
@@ -5,5 +5,5 @@
"watch": ["src", "utils", "vite.config.ts", "public", "public/locales"],
"ext": "ts,tsx,css,html,json",
"ignore": ["src/**/*.spec.ts", "public/locales/en-US.json.d.ts"],
"exec": "concurrently \"vite build\" -- \"ts-json-as-const public/locales/en-US.json\" -- \"prettier --write public/locales/en-US.json.d.ts\""
"exec": "concurrently \"vite build\" \"ts-json-as-const public/locales/en-US.json\" \"prettier --write public/locales/en-US.json.d.ts\""
}

0 comments on commit 5ab5c9b

Please sign in to comment.