6 lines
49 B
Bash
6 lines
49 B
Bash
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
npm i
|
|
npm run start
|
#!/usr/bin/env bash
|
|
set -ex
|
|
|
|
npm i
|
|
npm run start
|