mattermost-desktop/docker/package_in_docker.sh

7 lines
137 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
2016-04-26 07:00:07 -07:00
npm run package:linux