Skip to content

Commit

Permalink
fixing build issues #22
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan Bowe committed Aug 7, 2018
1 parent 19fa7bc commit b5b1407
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/build.sh
Expand Up @@ -64,8 +64,8 @@ echo ---------------------------------------------------------------
echo Build - Boemska
echo ---------------------------------------------------------------
cd $SCRLOC/tmp/$PROJECT_FOLDER
rm -rf $SCRLOC/tmp/$PROJECT_FOLDER/dist/.
ng build --prod --aot --base-href /apps/repo/dev/$WORKSPACE_ID/
find . -path ./dist -prune -o -exec rm -rf {} \; 2> /dev/null
cp $SCRLOC/tmp/$PROJECT_FOLDER/build/boemska_h54sConfig.json ./dist/h54sConfig.json
cd ./dist

Expand All @@ -74,7 +74,6 @@ echo Sending to Work-Space
echo ---------------------------------------------------------------
bap-sync --serverUrl https://apps.boemskats.com/apps/ --repoUrl repo/dev/ --workspaceID $WORKSPACE_ID --authToken $AUTHTOKEN --excludes node_modules
cd $SRCLOC
rm -rf ./tmp

echo ---------------------------------------------------------------
echo Finish
Expand Down

0 comments on commit b5b1407

Please sign in to comment.