Skip to content

Commit 07c8add

Browse files
gh-action-runnergh-action-runner
authored andcommitted
Squashed 'apollo-ios-codegen/' changes from f0c5dc79..759edca9
759edca9 ci: Minor job improvements (#541) git-subtree-dir: apollo-ios-codegen git-subtree-split: 759edca95ec38433bb3a6ec509befa82a784ad50
1 parent 0ce2812 commit 07c8add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GraphQLCompiler/JavaScript/auto_rollup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
55
output_file="$SCRIPT_DIR/../ApolloCodegenFrontendBundle.swift"
6-
cd "$SCRIPT_DIR" && npm run build
6+
cd "$SCRIPT_DIR" && npm install && npm run build
77
minJS=$(cat "$SCRIPT_DIR/dist/ApolloCodegenFrontend.bundle.js")
88
printf "%s%s%s" "let ApolloCodegenFrontendBundle: String = #\"" "$minJS" "\"#" > "$output_file"
99
exit 0

0 commit comments

Comments
 (0)