Skip to content

Commit

Permalink
Typo on API build comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Sep 10, 2018
1 parent d0eeeec commit 57b4365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npm install;
npm run build;

# Build the API
echo ">> Building the UI (NPM install)"
echo ">> Building the API (NPM install)"
cd "$projectDir/api"
npm install;
# npm run build;
Expand Down

0 comments on commit 57b4365

Please sign in to comment.