mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 18:35:54 +00:00
4 lines
76 B
Bash
4 lines
76 B
Bash
#!/usr/bin/env bash
|
|
PATH=$PATH:/usr/local/bin:/usr/local/sbin
|
|
|
|
npm run test
|