Skip to content

Commit

Permalink
Changed api build step to just installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Sep 10, 2018
1 parent 34dd5bc commit d0eeeec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ npm install;
npm run build;

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

# Build the CLI
echo ">> Building the CLI"
Expand Down

0 comments on commit d0eeeec

Please sign in to comment.