chore(workflow): compile components with latest version set
This commit is contained in:
10
packages/components/scripts/VERSION.sh
Executable file
10
packages/components/scripts/VERSION.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
|
||||
echo 'Compiling components from' $(pwd)
|
||||
|
||||
yarn components:clean && yarn components:compile
|
||||
|
||||
echo "Packaging component assets and zips..."
|
||||
|
||||
node scripts/package.mjs
|
||||
git add dist
|
||||
(git commit -m 'chore(release): components') || true
|
||||
Reference in New Issue
Block a user