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:
8
.github/workflows/pr.components.yml
vendored
8
.github/workflows/pr.components.yml
vendored
@@ -21,13 +21,13 @@ jobs:
|
||||
run: yarn install
|
||||
|
||||
- name: Lint components
|
||||
run: yarn components:lint
|
||||
run: yarn lint
|
||||
working-directory: packages/components
|
||||
- name: Compile components
|
||||
run: yarn components:compile
|
||||
- name: Build components
|
||||
run: yarn build
|
||||
working-directory: packages/components
|
||||
- name: Test components
|
||||
run: yarn components:test
|
||||
run: yarn test
|
||||
working-directory: packages/components
|
||||
|
||||
- name: Lint all
|
||||
|
||||
Reference in New Issue
Block a user