ssh-key-action/scripts/rebuild.sh

11 lines
116 B
Bash
Raw Permalink Normal View History

#!/bin/bash
set -eu
npm ci
npm run build
npm run verify
rm -rf node_modules
npm ci --only=production
2023-10-11 06:44:42 +08:00
git add dist