Skip to content

Commit

Permalink
small readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
kushagharahi committed Aug 14, 2023
1 parent 681bebc commit 03cca73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ command | description
`npm run dev-build` | Compile to `dist` w/o prerendering
`npm run prd-build` | Compile to `dist` with prerendering
`npm run run-prd-build` | Compile to `dist` with prerendering and runs a python 3 webserver
`npm run lint` | Runs linting against all .vue/.js files not in build/*
`npm run lint` | Runs (eslint/prettier) linting against all .vue/.js files not in build/*
`npm run lint -- --fix` | Auto fix linting errors
`npm run lighthouse` | Runs Google Lighthouse on all the paths in /build/paths.js (you may need to set `CHROME_PATH`, e.g, `export CHROME_PATH=/usr/bin/google-chrome`)
### Docker
Expand Down

0 comments on commit 03cca73

Please sign in to comment.