1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Clarify dev build (npm start) in README

This commit is contained in:
Whymarrh Whitby 2019-06-24 14:58:50 -02:30 committed by GitHub
parent fbde8d043b
commit b53a3403b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ To learn how to contribute to the MetaMask project itself, visit our [Internal D
- Install dependencies: `npm ci`
- If you have issues with node-sass compilation, try `npm rebuild node-sass`
- Build the project to the `./dist/` folder with `npm run dist`.
- Optionally, to rebuild on file changes, run `npm start`.
- Optionally, to start a development build (e.g. with logging and file watching) run `npm start` instead.
Uncompressed builds can be found in `/dist`, compressed builds can be found in `/builds` once they're built.