7 lines
45 B
Bash
7 lines
45 B
Bash
#!/bin/sh
|
|
set -x
|
|
set -e
|
|
npm i
|
|
npm run build
|
|
|
#!/bin/sh
|
|
set -x
|
|
set -e
|
|
npm i
|
|
npm run build
|
|
|