Skip to content

Commit

Permalink
[package.json] Fix npm run watch command (#3243)
Browse files Browse the repository at this point in the history
Co-authored-by: Florent Dancy <[email protected]>
  • Loading branch information
FlorentDancy and FlorentDancy authored Sep 2, 2021
1 parent 5b3ff28 commit 01e1a0a
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 @@ -11,7 +11,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch": "bundle exec jekyll serve",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --nide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
Expand Down

0 comments on commit 01e1a0a

Please sign in to comment.