We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bf444 commit e753726Copy full SHA for e753726
.github/workflows/publish.yml
@@ -19,6 +19,8 @@ jobs:
19
node-version: '20.x'
20
registry-url: 'https://registry.npmjs.org'
21
scope: '@aws'
22
+ - name: Install dependencies and build
23
+ run: npm install && npm run build
24
- name: Build demo app
25
run: npm run packdemo
26
- name: Get release info
example/src/main.ts
@@ -56,7 +56,6 @@ import escapeHTML from 'escape-html';
56
import './styles/styles.scss';
57
import { ThemeBuilder } from './theme-builder/theme-builder';
58
import { Commands } from './commands';
59
-import { group } from 'console';
60
61
export const createMynahUI = (initialData?: MynahUIDataModel): MynahUI => {
62
const connector = new Connector();
0 commit comments