Closed nicusX closed 6 years ago
Currently, frontend build is controlled by the build.sh script. It should be controlled by travis.yml, leaving to the build script only the deployment (i.e. sls client deploy)
build.sh
travis.yml
sls client deploy
Currently, frontend build is controlled by the
build.sh
script. It should be controlled bytravis.yml
, leaving to the build script only the deployment (i.e.sls client deploy
)