mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-02-04 22:51:04 -05:00
4 lines
123 B
Bash
Executable File
4 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
bundle exec rails assets:precompile
|
|
PERCY_TARGET_BRANCH=dev npx percy exec -- bundle exec rspec spec/features/
|