Skip to content

Commit 330f164

Browse files
committed
Pass along arguments to test local build script
1 parent 1d175f8 commit 330f164

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/build-locally.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export NOTION_REPACKAGED_EDITION=enhanced
2525

2626
log "Running electron-builder..."
2727
node_modules/.bin/electron-builder \
28-
--linux pacman \
29-
--config $WORKSPACE_DIR/electron-builder.js
28+
--config $WORKSPACE_DIR/electron-builder.js $@
3029

3130
popd > /dev/null

0 commit comments

Comments
 (0)