explorers
explorers copied to clipboard
build: update package.json
- Replace escaped quotes with single quotes for readability
- Update order of scripts section for readability. You format your code and keep that separate from the others steps, you run a dev server and then you build it and serve the build. So now commands match that flow.
- Package name is most important thing to read in package.json so put it first.