5 lines
271 B
Bash
Executable File
5 lines
271 B
Bash
Executable File
#!/bin/sh
|
|
BASENAME=$(basename "`pwd`")
|
|
# We need to pass the blocks plugin folder name to the script, the name can change depending on your local env and we can't hardcode it.
|
|
npm run wp-env run tests-cli './wp-content/plugins/'$BASENAME'/bin/wp-env-config.sh' $BASENAME
|