1 2 3 4 5 6 7 8 9 10 11
#!/usr/bin/env sh npm install npm run html # Generates html using Pug npm run build echo "You can now take the generated extensions to mozilla" # vim: ft=sh