Describe the bug
npx gulp release isn't reliably building the zip file we need. It bundles the incorrect files more often than not.
Steps to reproduce the bug
- Run
npx gulp release
- View compiled zipfile in `dist → uswds-{version}.zip
- Go inside folder
- View incomplete package

Expected behavior
Outputs same as dist:
dist
├── CONTRIBUTING.md
├── LICENSE.md
├── README.md
├── css
├── fonts
├── img
├── js
└── scss
Screenshots
Actual (varies):

Expected:

System setup
- USWDS version: 2.10.2
- Device: Thinkpad
- Operating system: Win10
- Gulp: 4.0.2
- Node: v14.15.4
Additional context
Release tasks can be found in config/gulp/release.js
Describe the bug
npx gulp releaseisn't reliably building the zip file we need. It bundles the incorrect files more often than not.Steps to reproduce the bug
npx gulp releaseExpected behavior
Outputs same as dist:
Screenshots
Actual (varies):

Expected:

System setup
Additional context
Release tasks can be found in config/gulp/release.js