Skip to content

Commit

Permalink
Pass along arguments to test local build script
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezrin committed Aug 15, 2021
1 parent 1d175f8 commit 330f164
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/build-locally.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export NOTION_REPACKAGED_EDITION=enhanced

log "Running electron-builder..."
node_modules/.bin/electron-builder \
--linux pacman \
--config $WORKSPACE_DIR/electron-builder.js
--config $WORKSPACE_DIR/electron-builder.js $@

popd > /dev/null

0 comments on commit 330f164

Please sign in to comment.