Skip to content

Commit 87e7124

Browse files
committed
test yarn build
1 parent da776e1 commit 87e7124

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/automation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ jobs:
5555
5656
yarn install --lockfile
5757
58-
yarn build
5958
- name: 'build'
6059
run: yarn build
6160
- name: upload cdn

src/components.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ addLazily('pickr', '.color-pickr', ()=> import (/*webpackChunkName: "pickr-chunk
8484
// addLazily('uppy', '#drag-drop-area', ()=> import (/*webpackChunkName: "uppy-chunk"*/ '@cocreate/uppy'))
8585

8686
// Test component
87-
addLazily('test', '[data-test]', ()=> import (/*webpackChunkName: "test-chunk"*/ '@cocreate/test'))
87+
// addLazily('test', '[data-test]', ()=> import (/*webpackChunkName: "test-chunk"*/ '@cocreate/test'))

0 commit comments

Comments
 (0)