Skip to content

Commit

Permalink
add a bin/webpack (#225)
Browse files Browse the repository at this point in the history
### Summary
see:
Betterment/test-track-app#31 (comment)

In CI we have a frontend build verification step which runs either
`bin/vite` or `bin/webpack`, but `test_track` uses none of those. As a
workaround, this commit adds a `bin/webpack` script that just runs `yarn
build:css` internally.

### Other Information

> If there's anything else that's important and relevant to your pull
request, mention that information here. This could include
benchmarks, or other information.

> Thanks for contributing to TestTrack!

/domain @Betterment/test_track_core
  • Loading branch information
argvniyx-enroute authored Sep 17, 2024
1 parent a2ab426 commit 5e57ea0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/webpack
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env sh

yarn build:css

0 comments on commit 5e57ea0

Please sign in to comment.