node: be more generic in dist tasks
This commit is contained in:
parent
06da0da2f6
commit
7cb21bcd5f
@ -5,5 +5,5 @@ node_js: '8'
|
||||
before_install: npm install -g grunt-cli
|
||||
install:
|
||||
- npm install
|
||||
- npm run dist-pow
|
||||
- npm run dist-poa
|
||||
- npm run dist -- pow
|
||||
- npm run dist -- poa
|
||||
|
@ -1,15 +1,14 @@
|
||||
{
|
||||
"name": "netstats-server",
|
||||
"description": "Görli Network Dashboard",
|
||||
"version": "0.1.0",
|
||||
"name": "ethstats-server",
|
||||
"description": "Ethstats Network Dashboard",
|
||||
"version": "0.2.0",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": "8.11.1",
|
||||
"npm": "6.4.1"
|
||||
},
|
||||
"scripts": {
|
||||
"dist-poa": "grunt poa",
|
||||
"dist-pow": "grunt pow",
|
||||
"dist": "grunt",
|
||||
"start": "node ./bin/www"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user