Skip to content

Commit f189f23

Browse files
committed
fix: removed build as no webpack.config exist
1 parent 7b99eaf commit f189f23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/automated.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
5959
- name: Install dependencies
6060
run: yarn install
61-
- name: Build
62-
run: yarn build
61+
6362
- name: Set Environment Variables
6463
run: |
6564
echo "organization_id=${{ secrets.COCREATE_ORGANIZATION_ID }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)