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
2020-03-01 08:31:31 +09:00

11 lines
128 B
Bash
Executable file

#!/bin/bash
set -e
npm ci
npm run build
npm run verify
rm -rf node_modules
npm ci --only=production
git add node_modules lib