Closed YuryShkoda closed 1 year ago
Could we also add a section in the README to explain to users how the compilation works (eg single file / project level etc)?
Could we also add a section in the README to explain to users how the compilation works (eg single file / project level etc)?
Section is added.
:tada: This PR is included in version 1.29.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Info
If a
.sas
file is selected and aCompileBuildDeployCommand
is called, then a single file will be compiled, built, and deployed. If asasjsconfig.json
file is selected and aCompileBuildDeployCommand
is called, then the entire project will be compiled, built, and deployed.Intent
CompileBuildDeploy
command.Implementation
compile
, compileSingleFile,
build,
deployfunctions from
@sasjs/clito create
CompileBuildDeployCommand`.Checks
npm run lint:fix
).