contact-form/update_deps.sh

8 lines
157 B
Bash
Raw Normal View History

2022-11-02 19:50:23 +00:00
#!/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