Skip to content

Commit cead57f

Browse files
authored
Merge 60ff100 into 646b7a5
2 parents 646b7a5 + 60ff100 commit cead57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/website/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
touch website/yarn.lock
55

66
# Generate the file with constants
7-
cat config/clients.config.json | jq -r '"export const versions = \(map_values(.packageVersion))"' > website/src/generated/variables.js
7+
cat config/clients.config.json | jq -r 'del(."$schema") | "export const versions = \(map_values(.packageVersion))"' > website/src/generated/variables.js
88

99
# install website deps and build
1010
cd website && yarn install && yarn build

0 commit comments

Comments
 (0)