Skip to content

Commit

Permalink
Drop dist.zip when building React components
Browse files Browse the repository at this point in the history
It is no longer needed now that we copy files directly into the CMS
container instead of reinstalling packages.
  • Loading branch information
kasperg committed Dec 5, 2023
1 parent e9bf012 commit 826cc12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,8 @@ tasks:
- src/**/*.js
- src/**/*.jsx
- src/**/*.scss
generates:
- dist/dist.zip
cmds:
- yarn build
- (cd dist && zip dist.zip *.js)

react:dev:
dir: react
Expand Down

0 comments on commit 826cc12

Please sign in to comment.