Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ validate_default_project() {
cd hello_world

echo "Starting the local 'replica' as a background process."
$dfx_rc start --background
$dfx_rc start --background --clean

echo "Installing webpack and webpack-cli"
npm install webpack webpack-cli
Expand Down