Skip to content

Commit

Permalink
pointing to specific branches for tangy-form and tangy-form-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisekelley committed Jul 3, 2019
1 parent ffeef3c commit 120b215
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build-and-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ else
fi

docker build -t tangerine/tangerine:local .
./start.sh local
./start.sh local
6 changes: 3 additions & 3 deletions develop-tangy-form-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ CMD="docker run -it --name $T_CONTAINER_NAME \
--volume $(pwd)/scripts/generate-csv/bin.js:/tangerine/scripts/generate-csv/bin.js:delegated \
--volume $(pwd)/scripts/generate-csv/batch.js:/tangerine/scripts/generate-csv/batch.js:delegated \
--volume $(pwd)/editor/src:/tangerine/editor/src:delegated \
--volume $(pwd)/client/node-modules/tangy-form:/tangerine/client/node-modules/tangy-form \
--volume $(pwd)/editor/node-modules/tangy-form:/tangerine/editor/node-modules/tangy-form \
--volume $(pwd)/editor/node-modules/tangy-form-editor:/tangerine/editor/node-modules/tangy-form-editor \
--volume $(pwd)/client/node_modules/tangy-form:/tangerine/client/node_modules/tangy-form \
--volume $(pwd)/editor/node_modules/tangy-form:/tangerine/editor/node_modules/tangy-form \
--volume $(pwd)/editor/node_modules/tangy-form-editor:/tangerine/editor/node_modules/tangy-form-editor \
tangerine/tangerine:local
"

Expand Down
5 changes: 3 additions & 2 deletions editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"rangen": "^1.0.0",
"redux": "^4.0.1",
"rxjs": "~6.3.3",
"tangy-form": "^3.15.0",
"tangy-form-editor": "^5.16.0",
"tangy-form": "Tangerine-Community/tangy-form#acasi-input",
"tangy-form-editor": "Tangerine-Community/tangy-form-editor#add-acasi-v3-widget",
"translation-web-component": "0.0.3",
"tslib": "^1.9.0",
"underscore": "^1.9.1",
Expand Down Expand Up @@ -64,3 +64,4 @@
"typescript": "~3.1.6"
}
}

0 comments on commit 120b215

Please sign in to comment.