4 lines
62 B
Bash
4 lines
62 B
Bash
|
|
#!/bin/bash
|
||
|
|
cd /data/wwwroot/项目
|
||
|
|
npm install
|
||
|
|
npm run build
|