mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-05 11:21:58 -05:00
Rename js2 to js
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ before_script:
|
||||
- nvm install stable
|
||||
- nvm use stable
|
||||
- npm version
|
||||
- pushd js2
|
||||
- pushd js
|
||||
- npm install
|
||||
- npm test
|
||||
- popd
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
pushd ../../../js2
|
||||
pushd ../../../js
|
||||
npm install
|
||||
npm run build
|
||||
./link.sh
|
||||
|
||||
@@ -9,7 +9,7 @@ This is a generic noms data explorer.
|
||||
|
||||
## Build
|
||||
|
||||
* `./link.sh` # only necessary first time, or if changes have happened in `js2`
|
||||
* `./link.sh` # only necessary first time, or if changes have happened in `js`
|
||||
* `npm install` # only necessary first time, or if deps have changed
|
||||
* `npm run build`
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
pushd ../../js2
|
||||
pushd ../../js
|
||||
npm install
|
||||
npm run build
|
||||
./link.sh
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
pushd ../../js2
|
||||
pushd ../../js
|
||||
npm install
|
||||
npm run build
|
||||
./link.sh
|
||||
|
||||
Reference in New Issue
Block a user