1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00
ssh-key-action/scripts/rebuild.sh
2019-09-22 08:40:13 +09:00

7 lines
139 B
Bash
Executable file

#!/bin/bash
rm -rf node_modules package-lock.json
npm i
npm run build
npm ci --only=production
git add node_modules package-lock.json lib