4 lines
79 B
Bash
Executable file
4 lines
79 B
Bash
Executable file
cd $(dirname $0)/..
|
|
rm -f exit-planning*
|
|
npm install --ci
|
|
npx semantic-release
|