Skip to content

Commit

Permalink
chore: update watch command on all templates
Browse files Browse the repository at this point in the history
  • Loading branch information
lennyAiko committed Dec 5, 2024
1 parent 416f0e0 commit 08770a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/mellow-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"tailwindcss": "^3.4.12"
},
"scripts": {
"dev": "node --watch app.js",
"dev": "node --watch --ignore node_modules --ignore assets app.js",
"start": "NODE_ENV=production node app.js",
"lint": "prettier --check .",
"lint:fix": "prettier --write .",
Expand Down
2 changes: 1 addition & 1 deletion templates/mellow-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"tailwindcss": "^3.4.12"
},
"scripts": {
"dev": "node --watch app.js",
"dev": "node --watch --ignore node_modules --ignore assets app.js",
"start": "NODE_ENV=production node app.js",
"lint": "prettier --check .",
"lint:fix": "prettier --write .",
Expand Down
2 changes: 1 addition & 1 deletion templates/mellow-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"tailwindcss": "^3.4.12"
},
"scripts": {
"dev": "node --watch app.js",
"dev": "node --watch --ignore node_modules --ignore assets app.js",
"start": "NODE_ENV=production node app.js",
"lint": "prettier --check .",
"lint:fix": "prettier --write .",
Expand Down

0 comments on commit 08770a6

Please sign in to comment.