fix(build): bee-dashboard component building (#267)
* fix(build): lib * ci: build component check * fix(ci): typeo npm run * ci: add types build check
This commit is contained in:
@@ -55,6 +55,9 @@ jobs:
|
||||
- name: Types check
|
||||
run: npm run check:types
|
||||
|
||||
- name: Types build
|
||||
run: npm run compile:types
|
||||
|
||||
- name: Dependency check
|
||||
run: npm run depcheck
|
||||
|
||||
@@ -66,6 +69,9 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
|
||||
- name: Build Component
|
||||
run: npm run build:component
|
||||
|
||||
- name: Create preview
|
||||
uses: ethersphere/beeload-action@v1
|
||||
|
||||
Reference in New Issue
Block a user