add package.json for conveniently installing tools

This commit is contained in:
Daniel Micay
2020-04-07 21:53:44 -04:00
parent ea9fbadd4c
commit cf3cc9e6cd
4 changed files with 2630 additions and 0 deletions

View File

@@ -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