Files
standardnotes-app-web/packages/components/scripts/VERSION.sh
2022-06-23 08:27:42 -05:00

11 lines
227 B
Bash
Executable File

#!/bin/bash
echo 'Building components from' $(pwd)
yarn clean && yarn build:components
echo "Packaging component assets and zips..."
node scripts/package.mjs
git add dist
(git commit -m 'chore(release): components') || true