5 lines
74 B
Bash
Executable file
5 lines
74 B
Bash
Executable file
#!/bin/bash
|
|
cd /tmp/web
|
|
PATH=$PATH:/tmp/web/bin
|
|
npm install
|
|
npm run build
|