dnote/browser/scripts/build_prod.sh
2019-11-23 14:57:29 +08:00

14 lines
241 B
Bash
Executable file

#!/bin/bash
# build_prod.sh builds distributable archive for the addon
# remember to bump version in package.json
set -eux
# clean
yarn clean
# chrome
yarn build:chrome
yarn package:chrome
# firefox
yarn build:firefox
yarn package:firefox