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:
@@ -35,6 +35,7 @@ module.exports = function (api) {
|
|||||||
"tsconfig": "tsconfig.lib.json",
|
"tsconfig": "tsconfig.lib.json",
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"@babel/plugin-proposal-numeric-separator",
|
||||||
"syntax-dynamic-import",
|
"syntax-dynamic-import",
|
||||||
'@babel/plugin-proposal-class-properties',
|
'@babel/plugin-proposal-class-properties',
|
||||||
[
|
[
|
||||||
|
|||||||
@@ -55,6 +55,9 @@ jobs:
|
|||||||
- name: Types check
|
- name: Types check
|
||||||
run: npm run check:types
|
run: npm run check:types
|
||||||
|
|
||||||
|
- name: Types build
|
||||||
|
run: npm run compile:types
|
||||||
|
|
||||||
- name: Dependency check
|
- name: Dependency check
|
||||||
run: npm run depcheck
|
run: npm run depcheck
|
||||||
|
|
||||||
@@ -66,6 +69,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
|
- name: Build Component
|
||||||
|
run: npm run build:component
|
||||||
|
|
||||||
- name: Create preview
|
- name: Create preview
|
||||||
uses: ethersphere/beeload-action@v1
|
uses: ethersphere/beeload-action@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user