fix(ci): change api webpack path for wrangler

This commit is contained in:
41666 2021-03-12 17:14:45 -05:00
parent 5872b6e47c
commit 9f6eeae5c6

View file

@ -98,7 +98,7 @@ jobs:
- run: |
wrangler init
echo 'webpack_config = "src/backend-worker/webpack.config.js"' | tee -a wrangler.toml
echo 'webpack_config = "packages/api/webpack.config.js"' | tee -a wrangler.toml
wrangler build
if: steps.check.outputs.skip == '0'