Skip to content

Commit

Permalink
Updated dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
adityanaag3 committed Oct 30, 2023
1 parent 30c2369 commit 45e9369
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 @@ -40,7 +40,7 @@
"scripts": {
"build": "lwr build",
"clean": "rm -rf __lwr_cache__ && rm -rf site",
"dev": "MODE=dev node scripts/start-server.mjs",
"dev": "lwr dev",
"lint": "eslint **/src/**/*.js",
"prettier": "prettier --write \"**/*.{css,html,js,mjs,json,md,yaml,yml}\"",
"prettier:verify": "prettier --check \"**/*.{css,html,js,mjs,json,md,yaml,yml}\"",
Expand Down

0 comments on commit 45e9369

Please sign in to comment.