This repository has been archived on 2025-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
contact-form/update_deps.sh
2022-11-02 20:50:23 +01:00

7 lines
157 B
Bash
Executable file

#!/usr/bin/env bash
set -e
npm update
cp -v node_modules/bootstrap/dist/{css/bootstrap.min.css{,.map},js/bootstrap.bundle.min.js{,.map}} static/bootstrap