Workers github action"could not resolve..."
Hey, im trying to use the github action to deploy my worker when pushing to the github repo. Im able to use
wrangler publish
, but im getting this error when the github action runs. Thanks!6 Replies
do I need to "mark it as external"? how do i do that?
doesnt look like this has been updated, is this no longer the way to go?
Make sure you have that dependency listed in your package.json, and then make sure in your action you run
npm ci
or similar to update packagesoh I missed the npm ci, lemme try that
where would I put it in here? not super familiar with gh actions
i got it an it works. thanks!