Skip to content

Commit c791e1d

Browse files
committed
chore: remove asset build step from CI pipeline
1 parent 6618af6 commit c791e1d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ jobs:
5959
- name: Install dependencies
6060
run: npm ci --prefer-offline --no-audit
6161

62-
- name: Build assets
63-
run: npm run encore:build
64-
env:
65-
NODE_ENV: production
66-
6762
- name: Setup environment files
6863
run: |
6964
cp .env.example .env

0 commit comments

Comments
 (0)