Dev: Rename cpTestLib script to setup

This commit is contained in:
surunzi
2017-08-26 10:59:55 +08:00
parent a87c50252a
commit 1e66bb9732
3 changed files with 7 additions and 5 deletions

View File

@@ -10,16 +10,18 @@ After cloning the repo, run:
# install npm dependencies.
npm install
# copy jasmine lib from node_modules to test folder.
npm run cpTestLib
npm run setup
```
## Commonly used NPM scripts
```bash
# watch and auto re-build, webpack-dev-server is required.
# watch and auto re-build.
npm run dev
# build eruda.js and eruda.min.js
npm run build
# lint, build and test.
npm run ci
```
## Project Structure