Skip to content

Commit

Permalink
revise package.json script to the correct folder (#2373)
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg authored and paulirish committed May 26, 2017
1 parent e9f32d7 commit 5107ab2
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 @@ -43,7 +43,7 @@
"devtools": "bash lighthouse-core/scripts/roll-to-devtools.sh",
"compile-devtools": "bash lighthouse-core/scripts/compile-against-devtools.sh",
"watch": "bash lighthouse-core/scripts/run-mocha.sh --watch",
"chrome": "node ./lighthouse-cli/manual-chrome-launcher.js",
"chrome": "node chrome-launcher/manual-chrome-launcher.js",
"fast": "yarn start -- --disable-device-emulation --disable-cpu-throttling --disable-network-throttling",
"smokehouse": "node lighthouse-cli/test/smokehouse/smokehouse.js",
"deploy-viewer": "cd lighthouse-viewer && gulp deploy"
Expand Down

0 comments on commit 5107ab2

Please sign in to comment.