Skip to content

Commit

Permalink
possible xcode cloud fix 4
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrentka committed Jul 29, 2024
1 parent afd4e2e commit 27c5c46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
12 changes: 1 addition & 11 deletions ci_scripts/ci_pre_xcodebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,4 @@ plist='<?xml version="1.0" encoding="UTF-8"?>
echo "$plist" > licenses/licenses.plist
rm -rf pdf-keys

brew install node
npm install
npm install webpack
npm install webpack-cli
npm install html-webpack-plugin
npm install mini-css-extract-plugin
npm install css-minimizer-webpack-plugin
npm install terser-webpack-plugin
npm install clean-webpack-plugin
npm install babel-loader
npm install postcss-loader
brew install node
1 change: 1 addition & 0 deletions scripts/bundle_note_editor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ if [ -d "$EDITOR_DIR" ]; then
fi

cd "$SCRIPT_DIR/../note-editor"
npm ci
npm run build:ios
mv "$SCRIPT_DIR/../note-editor/build/ios" "$SCRIPT_DIR/../bundled/note_editor"

0 comments on commit 27c5c46

Please sign in to comment.