diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-04-07 21:53:44 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-04-07 21:55:09 -0400 |
| commit | cf3cc9e6cd2f29c25364e0b8fda855148f7116aa (patch) | |
| tree | 9232330d584eaa10324f0dcf819f67150bdf543d /process_static | |
| parent | ea9fbadd4c7705fee702c2af502aa24ab91a9c5e (diff) | |
add package.json for conveniently installing tools
Diffstat (limited to 'process_static')
| -rwxr-xr-x | process_static | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/process_static b/process_static index e031b451..9e0a74d6 100755 --- a/process_static +++ b/process_static @@ -2,6 +2,8 @@ set -o errexit -o nounset -o pipefail +export PATH="$PWD/node_modules/.bin:$PATH" + rm -rf static_tmp cp -a static static_tmp json_reformat -m < static_tmp/manifest.webmanifest | sponge static_tmp/manifest.webmanifest |
