mattermost-desktop/docker/package_in_docker.sh

6 lines
115 B
Bash
Raw Normal View History

2015-12-09 08:02:41 -08:00
#!/bin/sh
# This script should be executed in docker container.
set -ex
cd electron-mattermost
2015-12-23 05:04:21 -08:00
npm run package:all