Skip to content

Commit

Permalink
fix(build): bee-dashboard component building (#267)
Browse files Browse the repository at this point in the history
* fix(build): lib

* ci: build component check

* fix(ci): typeo npm run

* ci: add types build check
  • Loading branch information
nugaon committed Dec 14, 2021
1 parent 2a13da1 commit 153b007
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .babelrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
[
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 153b007

Please sign in to comment.