Skip to content

Commit

Permalink
fix envs validator
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum committed May 17, 2024
1 parent 1fcba2e commit 310c75d
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/tools/envs-validator/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export NEXT_PUBLIC_GIT_TAG=$(git describe --tags --abbrev=0)
../../scripts/collect_envs.sh ../../../docs/ENVS.md

# Copy test assets
mkdir -p "./public/assets"
cp -r ${test_folder}/assets ./public/
mkdir -p "./public/assets/configs"
cp -r ${test_folder}/assets/ ./public/assets

# Build validator script
yarn build
Expand Down

0 comments on commit 310c75d

Please sign in to comment.