5 lines
65 B
Bash
5 lines
65 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
cd mengyastore-frontend
|
|
npm run build
|
#!/usr/bin/env bash
|
|
set -e
|
|
cd mengyastore-frontend
|
|
npm run build
|