4 lines
64 B
Text
4 lines
64 B
Text
|
#!/bin/bash
|
||
|
echo "Custom build script"
|
||
|
npm install --production
|