Open E-PressSend opened 3 years ago
This is an issue with how our build engine Oryx installs dependencies. It copies package.json to another folder before installing. We are investigating how to change this.
Until then, you’ll need to add steps in your workflow before the Static Web Apps action to manually build your app. Then deploy it using:
app_location: /apps/my-app/build
output_location: “”
skip_app_build: true
Related #356
/cc @arroyc
Thanks @anthonychu, now I know what to do :)
Hello,
the build/deployment of my app was working perfectly since this morning when I need to to add a local package as dependency: yarn add file:./ckeditor5
Now my package.json looks like this:
The folder ckeditor5 is present correctly in my app root folder as well as in my git repo.
When The workflow run I get the following error message:
This is my action file:
Any suggestion?