Skip to content

Commit

Permalink
Add parcel watch command
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinEtchells committed Jul 10, 2024
1 parent 64fe188 commit a2bfb59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion django_app/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
}
],
"scripts": {
"build": "npx parcel build"
"build": "npx parcel build",
"watch": "npx parcel watch"
},
"author": "",
"dependencies": {
Expand Down

0 comments on commit a2bfb59

Please sign in to comment.