build -> dist
This commit is contained in:
parent
943e0e95aa
commit
465f6627fa
@ -4,4 +4,4 @@ dist: trusty
|
|||||||
node_js: '8'
|
node_js: '8'
|
||||||
install:
|
install:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run dist
|
||||||
|
@ -25,7 +25,7 @@ npm install
|
|||||||
|
|
||||||
To build run
|
To build run
|
||||||
```bash
|
```bash
|
||||||
npm run build
|
npm run dist
|
||||||
```
|
```
|
||||||
|
|
||||||
## Run
|
## Run
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"description": "Ethereum Network Intelligence dashboard",
|
"description": "Ethereum Network Intelligence dashboard",
|
||||||
"version": "0.0.9",
|
"version": "0.0.9",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "grunt",
|
"dist": "grunt",
|
||||||
"start": "node ./bin/www"
|
"start": "node ./bin/www"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
Reference in New Issue
Block a user