Skip to content

Commit

Permalink
scripts: remove pre dependencies installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Panero committed Mar 23, 2020
1 parent 2ebcf5f commit 195d30b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ pipfile_lock_path="./Pipfile.lock"

if [ ! -f $pipfile_lock_path ]; then
echo "'Pipfile.lock' not found. Generating via 'pipenv lock --dev'..."
pipenv lock --dev --pre
pipenv lock --dev
fi

# Installs all packages specified in Pipfile.lock
pipenv sync --dev --pre
pipenv sync --dev
# Build assets
pipenv run invenio collect -v
pipenv run invenio webpack buildall

0 comments on commit 195d30b

Please sign in to comment.