6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
|
#!/bin/bash
|
||
|
cd /tmp/web
|
||
|
PATH=$PATH:/tmp/web/bin
|
||
|
npm install
|
||
|
npm run build
|