mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
10 lines
116 B
Bash
Executable file
10 lines
116 B
Bash
Executable file
#!/bin/bash
|
|
set -eu
|
|
|
|
npm ci
|
|
npm run build
|
|
npm run verify
|
|
|
|
rm -rf node_modules
|
|
npm ci --only=production
|
|
git add dist
|