woocommerce/plugins/woocommerce-admin/bin/js_lint_test.sh

10 lines
109 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -o errexit
if [[ ${RUN_JS} == 1 ]]; then
npm run lint
npm run build
npm test
fi