mirror of
https://github.com/penpot/penpot.git
synced 2026-03-09 19:56:05 +00:00
4 lines
120 B
Bash
Executable File
4 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
lein trampoline run -m clojure.main scripts/dist-worker.clj
|
|
gzip -9c dist/js/worker.js > dist/js/worker.js.gz
|