Summary: Add some jenkins scripts so it's possible to deploy the app easily Hotfix Test Plan: tbd Reviewers: #reviewers Differential Revision: https://hub.sealcode.org/D1062
4 lines
105 B
Bash
Executable File
4 lines
105 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
docker-compose run --user="$UID" --rm --service-ports test npm --loglevel warn "$@"
|