chore(package): update all dependencies

This commit is contained in:
Julien Fontanet
2016-12-16 09:47:26 +01:00
parent 54befb2814
commit 9b93a47e45
7 changed files with 71 additions and 48 deletions

View File

@@ -44,24 +44,21 @@ the web iterface, see [the plugin documentation](https://xen-orchestra.com/docs/
## Development
### Installing dependencies
```
# Install dependencies
> npm install
```
### Compilation
# Run the tests
> npm test
The sources files are watched and automatically recompiled on changes.
```
# Continuously compile
> npm run dev
```
### Tests
# Continuously run the tests
> npm run dev-test
```
> npm run test-dev
# Build for production (automatically called by npm install)
> npm run build
```
## Contributions