Skip to content

Commit

Permalink
Add line to remove tmp/tapisui... dir to reduce errors during init pr…
Browse files Browse the repository at this point in the history
…oject
  • Loading branch information
nathandf committed Jul 15, 2024
1 parent e42450d commit 7834e5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/init-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ if [[ $(npm --version) != *"${NPM_VERSION}"* ]]; then
exit 1
fi;

# Remove below to improve speed of project initalization
rm -rf /tmp/tapisui-extensions-core/

cd lib/tapisui-api
echo $(pwd)
rm -rf dist node_modules
Expand Down

0 comments on commit 7834e5a

Please sign in to comment.