1
0
silverbullet/scripts/release.sh
2022-06-28 14:14:15 +02:00

7 lines
223 B
Bash
Executable File

#!/bin/bash -e
VERSION=$1
npm version --ws $VERSION || true
npm install --ws server --save @silverbulletmd/web@$VERSION @silverbulletmd/plugs@$VERSION @silverbulletmd/common@$VERSION
npm run clean-build
npm run publish-all