Mediocreatmybest commited on
Commit
19daed1
·
1 Parent(s): 91f886a

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +3 -1
start.sh CHANGED
@@ -1,2 +1,4 @@
1
  #!/bin/bash
2
- npm run build && npx http-server build -a localhost -p 3000 -o
 
 
 
1
  #!/bin/bash
2
+ #npm run build && npx http-server build -a localhost -p 3000 -o
3
+ yarn start:production &
4
+ exec "$@"