Skip to content

Commit

Permalink
Show changes to asset files immediately, rather than having to restar…
Browse files Browse the repository at this point in the history
…t the server

Refs #1750, #1886, 996928c
  • Loading branch information
thewilkybarkid committed Aug 27, 2024
1 parent 363e4ae commit f1c15c4
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 @@ -166,7 +166,7 @@
"lint:css": "stylelint '**/*.css'",
"lint:ts": "eslint . --max-warnings 0",
"start": "run-p start:*",
"start:app": "wait-on src/locales src/manifest.json && tsx watch --clear-screen=false --require dotenv/config src/index.ts",
"start:app": "wait-on src/locales src/manifest.json && tsx watch --clear-screen=false --include=src/manifest.json --require dotenv/config src/index.ts",
"start:assets": "wait-on assets/locales && webpack watch --mode development",
"start:translations": "nodemon --watch locales --exec \"npm run build:translations\"",
"test": "jest",
Expand Down

0 comments on commit f1c15c4

Please sign in to comment.