Skip to content

Commit 5e57ea0

Browse files
add a bin/webpack (#225)
### 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
1 parent a2ab426 commit 5e57ea0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/webpack

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env sh
2+
3+
yarn build:css

0 commit comments

Comments
 (0)