Skip to content

Commit f76e65f

Browse files
committed
fix: removed webpack.config and build step as no webpack.config exist
1 parent 37a5e61 commit f76e65f

File tree

2 files changed

+1
-92
lines changed

2 files changed

+1
-92
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

webpack.config.js

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)