Skip to content

Commit

Permalink
feat: add script for building dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderpoot committed Aug 28, 2024
1 parent cf1b5b7 commit c74343f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

esbuild ./webdelta.js --outfile=../dist/webdelta.js
esbuild ./webdelta.js --outfile=../dist/webdelta.min.js --minify

0 comments on commit c74343f

Please sign in to comment.