fix: build components with dependencies (#1132)
* fix: build components with dependencies * fix: exclude @standardnotes/components-meta * chore: update yarn.lock * fix: remove compile script from VERSION.sh * fix: skip lint script * fix: components script names * fix: build script for components * fix: run tsc within build script Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo 'Compiling components from' $(pwd)
|
||||
echo 'Building components from' $(pwd)
|
||||
|
||||
yarn components:clean && yarn components:compile
|
||||
yarn clean && yarn build
|
||||
|
||||
echo "Packaging component assets and zips..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user