Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 025d0e1

Browse files
committed
Do a npm install each time while building project
Signed-off-by: Pratik Karki <pratik@prertik.com>
1 parent 9e61149 commit 025d0e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

script/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ pushd deploy/electron
2525
popd
2626

2727
# Ensure we have current version of core
28-
#pushd deploy/core
29-
# npm install
30-
#popd
28+
pushd deploy/core
29+
npm install
30+
popd
3131

3232
# Build the core cljs
3333

0 commit comments

Comments
 (0)