Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646b7a5 commit f4eee1cCopy full SHA for f4eee1c
1 file changed
‎scripts/website/build.sh‎
@@ -4,7 +4,7 @@
4
touch website/yarn.lock
5
6
# Generate the file with constants
7
-cat config/clients.config.json | jq -r '"export const versions = \(map_values(.packageVersion))"' > website/src/generated/variables.js
+cat config/clients.config.json | jq -r 'del(."$schema") | "export const versions = \(map_values(.packageVersion))"' > website/src/generated/variables.js
8
9
# install website deps and build
10
cd website && yarn install && yarn build
0 commit comments