move semi-automatic test for runtime themes into dedicated directory
This commit is contained in:
parent
041e628520
commit
5e83eca3b9
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/zsh
|
||||
cp theme.json target/assets/theme-customer.json
|
||||
#!/bin/sh
|
||||
cp scripts/test-derived-theme/theme.json target/assets/theme-customer.json
|
||||
cat target/config.json | jq '.themeManifests += ["assets/theme-customer.json"]' | cat > target/config.temp.json
|
||||
rm target/config.json
|
||||
mv target/config.temp.json target/config.json
|
Reference in a new issue