mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Document how to run tests
This commit is contained in:
parent
902ef2f7c8
commit
2ce75f64bc
1 changed files with 6 additions and 1 deletions
|
|
@ -36,12 +36,17 @@ Open `http://localhost:8080/webpack-dev-server/` in your browser.
|
|||
|
||||
## Building
|
||||
|
||||
npm install
|
||||
npm run build
|
||||
npm run serve
|
||||
|
||||
Open the local ip/port that is output to the console in your browser.
|
||||
|
||||
## Testing
|
||||
|
||||
npm test
|
||||
|
||||
This will run both the tests and the linter.
|
||||
|
||||
## Deploying
|
||||
|
||||
[Netlify](https://www.netlify.com/) watches GitHub for new versions of master. When a new version is seen, it is automatically built using `npm run build` and pushed to the server. Additionally, Netlify will run a build on every pull request and include a link under the heading "Deploy preview ready!". This enables easy high level testing of pull requests.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue