This commit is contained in:
Oliver
2025-10-08 06:51:18 -03:00
parent f3f58b3371
commit 1fc2587518
3 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
npm install -g terser
terser buyModal.js -o buyModal.min.js -c -m
terser buyModal.js -o buyModal.min.js -c -m
terser tryModal.js -o tryModal.min.js -c -m