Improve Splore build experience

This commit is contained in:
Aaron Boodman
2015-11-03 17:43:51 -08:00
parent ea071cacf4
commit 8f77860805
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ This is a generic noms data explorer.
## Build
* `./link.sh`
* `npm install`
* `./link.sh` # only necessary first time, or if changes have happened in `js2`
* `npm install` # only necessary first time, or if deps have changed
* `npm run build`
## Run
+1
View File
@@ -1,4 +1,5 @@
pushd ../../js2
npm install
npm run build
./link.sh
popd
+1 -1
View File
@@ -8,7 +8,7 @@
"isomorphic-fetch": "^2.2.0"
},
"devDependencies": {
"babel": "^5.6.23",
"babel": "~5.6.23",
"babel-eslint": "^4.1.3",
"chai": "^3.2.0",
"eslint": "^1.7.3",