mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-19 03:31:32 +03:00
4 lines
91 B
Bash
Executable File
4 lines
91 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
npx percy exec -- mocha script/percy-tests.js --exit
|