Closed allanbowe closed 2 years ago
When sasjs build creates the deployment.sas program, both jobs and services are being created in the services folder:
sasjs build
services
Expected: Jobs should go in a jobs folder. This means adjusting the part which creates the SAS (deployment) program.
jobs
This is also a problem for TESTs
:tada: This issue has been resolved in version 3.7.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
When
sasjs build
creates the deployment.sas program, both jobs and services are being created in theservices
folder:Expected: Jobs should go in a
jobs
folder. This means adjusting the part which creates the SAS (deployment) program.