Update build process.

This commit is contained in:
Lars Jung 2014-09-13 16:39:38 +02:00
parent 7e25cfc774
commit d9d5e9473d
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ only, requires [`git`][git] and [`npm`][npm] to be installed).
> git clone git://github.com/lrsjng/h5ai.git
> cd h5ai
> npm install
> npm run release
> npm run build
## License

View file

@ -12,7 +12,7 @@
"url": "https://github.com/lrsjng/h5ai.git"
},
"scripts": {
"release": "mkr release",
"build": "mkr release",
"test": "mocha --recursive test"
},
"dependencies": {