Skip to content

Commit 8721ece

Browse files
committed
Update js applet
1 parent 94aca00 commit 8721ece

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

python-wrapper/src/neo4j_viz/resources/nvl_entrypoint/base.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/clean_js_applet.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
GIT_ROOT=$(git rev-parse --show-toplevel)
2+
3+
set -o errexit
4+
set -o nounset
5+
set -o pipefail
6+
7+
(
8+
cd "${GIT_ROOT}/js-applet"
9+
rm -rf node_modules
10+
rm yarn.lock
11+
)

0 commit comments

Comments
 (0)