1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

* refactor rebuild.sh

This commit is contained in:
shimataro 2020-01-23 23:17:36 +09:00
parent b190461985
commit c597d321a2
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -1,5 +1,7 @@
#!/bin/bash
set -e
rm -rf node_modules package-lock.json
npm i
npm run build