We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3237032 commit 7dac066Copy full SHA for 7dac066
tools/full_local_build.sh
@@ -23,7 +23,7 @@ ls -lh tasks_data_retrieval/tasks.json
23
# Build
24
git clone [email protected]:fractal-analytics-platform/fractal-web "$WEBDIR"
25
cd "$WEBDIR"
26
-git switch tasks-list-module
+git checkout b044c44a7b3acd01f5b91b295eac0b97516ad74d
27
cd "$WEBDIR/components/"
28
npm install
29
cd "$WEBDIR/tasks-list"
@@ -38,4 +38,4 @@ rm -rf "$WEBDIR"
38
39
cd "$CURRENT_DIR/site"
40
date
41
-python3 -m http.server
+python3 -m http.server
0 commit comments