Skip to content

Commit e19b2ec

Browse files
committed
Oneshot command for doing all the updates
1 parent 81b803a commit e19b2ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ setup-envrc:
5757
echo ".envrc exists" >&2
5858
fi
5959

60+
# Get latest versions of the JS shim files and minify them.
6061
generate-minified-js:
6162
#!/bin/sh
6263
OUT=$(pwd)/web
@@ -73,6 +74,8 @@ generate-minified-js:
7374
minify quad-storage.js > $OUT/quad-storage.js
7475
minify sapp_jsutils.js > $OUT/sapp_jsutils.js
7576

77+
update-dependencies: update-cargo generate-minified-js update-flake
78+
7679
# Make git do automated tests before commit and push
7780
register-githooks:
7881
git config --local core.hooksPath githooks/

0 commit comments

Comments
 (0)