5 lines
96 B
Bash
5 lines
96 B
Bash
#!/usr/bin/env bash
|
|
|
|
cd dist/linux_64
|
|
rm -rf nodule_modules
|
|
npm install --production > /dev/null |