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

Commit

Permalink
Don't npm install each time
Browse files Browse the repository at this point in the history
  • Loading branch information
prertik committed Feb 10, 2020
1 parent 1ac0375 commit 17c9c5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ pushd deploy/electron
popd

# Ensure we have current version of core
pushd deploy/core
npm install
popd
#pushd deploy/core
# npm install
#popd

# Build the core cljs

Expand Down

0 comments on commit 17c9c5f

Please sign in to comment.