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:
nugaon
2021-12-14 14:18:39 +01:00
committed by GitHub
parent 2a13da1a6c
commit 153b007387
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ module.exports = function (api) {
"tsconfig": "tsconfig.lib.json",
}
],
"@babel/plugin-proposal-numeric-separator",
"syntax-dynamic-import",
'@babel/plugin-proposal-class-properties',
[
+6
View File
@@ -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