Compare commits
No commits in common. "132e49b589c1f41aa92cbd42300dc1c79c08bd18" and "05623222c89108ccefa3db3b22261d1dd5875ef5" have entirely different histories.
132e49b589
...
05623222c8
@ -1,7 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eo pipefail
|
||||
|
||||
VAR="const currentVersion = '$RANDOM';"
|
||||
sed "1s/.*/$VAR/" sw.js > sw.js.new
|
||||
mv sw.js.new sw.js
|
||||
git add sw.js
|
Loading…
Reference in New Issue
Block a user