build: terminate on error

This commit is contained in:
pochangl 2022-07-18 11:58:43 +00:00
parent 28261fbdea
commit d7c883d6df

View File

@ -1,5 +1,7 @@
#!/bin/bash #!/bin/bash
set -e
npm install npm install
npm run build npm run build
npm run start npm run start