Skip to content

Commit

Permalink
Changed create-release.sh
Browse files Browse the repository at this point in the history
Added "npm ci" to create-release.sh
  • Loading branch information
narickmann committed Jun 14, 2022
1 parent 02846e0 commit f1e2134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions create-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ if [ -d build ]; then
fi
fi

npm ci

# Build version for root path installation
export PUBLIC_URL=/
Expand Down

0 comments on commit f1e2134

Please sign in to comment.