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