build -> dist

pull/5/head
EOS Classic 6 years ago
parent 943e0e95aa
commit 465f6627fa
No known key found for this signature in database
GPG Key ID: 0D626A44301D8C5E
  1. 2
      .travis.yml
  2. 2
      README.md
  3. 2
      package.json

@ -4,4 +4,4 @@ dist: trusty
node_js: '8'
install:
- npm install
- npm run build
- npm run dist

@ -25,7 +25,7 @@ npm install
To build run
```bash
npm run build
npm run dist
```
## Run

@ -3,7 +3,7 @@
"description": "Ethereum Network Intelligence dashboard",
"version": "0.0.9",
"scripts": {
"build": "grunt",
"dist": "grunt",
"start": "node ./bin/www"
},
"repository": {

Loading…
Cancel
Save