mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-11 19:11:10 -05:00
Add http-server dependency back to package.json files in noms/clients
Fixes issue #871.
This commit is contained in:
@@ -24,7 +24,7 @@ go build
|
||||
./server -ldb="/tmp/crunchbasedemo"
|
||||
|
||||
cd ../ui
|
||||
PYTHONPATH=$GOPATH/src/github.com/attic-labs/noms/tools python build.py
|
||||
PYTHONPATH=$GOPATH/src/github.com/attic-labs/noms/tools ./build.py
|
||||
./node_modules/.bin/http-server
|
||||
```
|
||||
|
||||
|
||||
Regular → Executable
@@ -24,6 +24,7 @@
|
||||
"eslint": "^1.9.0",
|
||||
"eslint-plugin-react": "^3.8.0",
|
||||
"flow-bin": "^0.19.1",
|
||||
"http-server": "^0.8.5",
|
||||
"webpack": "^1.12.11"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -18,7 +18,7 @@ go build
|
||||
./server -ldb="/tmp/sploretest" &
|
||||
|
||||
cd ../splore
|
||||
PYTHONPATH=$GOPATH/src/github.com/attic-labs/noms/tools python build.py
|
||||
PYTHONPATH=$GOPATH/src/github.com/attic-labs/noms/tools ./build.py
|
||||
./node_modules/.bin/http-server
|
||||
```
|
||||
|
||||
|
||||
Regular → Executable
@@ -23,6 +23,7 @@
|
||||
"eslint": "^1.9.0",
|
||||
"eslint-plugin-react": "^3.8.0",
|
||||
"flow-bin": "^0.19.1",
|
||||
"http-server": "^0.8.5",
|
||||
"webpack": "^1.12.11"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -30,7 +30,7 @@ go build
|
||||
./server -ldb="/tmp/tagshowdemo"
|
||||
|
||||
cd ../tagshow
|
||||
PYTHONPATH=$GOPATH/src/github.com/attic-labs/noms/tools python build.py
|
||||
PYTHONPATH=$GOPATH/src/github.com/attic-labs/noms/tools ./build.py
|
||||
./node_modules/.bin/http-server
|
||||
```
|
||||
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
"eslint": "^1.9.0",
|
||||
"eslint-plugin-react": "^3.8.0",
|
||||
"flow-bin": "^0.19.1",
|
||||
"http-server": "^0.8.5",
|
||||
"mocha": "^2.3.0",
|
||||
"webpack": "^1.12.11"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user