about summary refs log tree commit diff stats
path: root/build.sh
blob: 4a5281e17994153d19576cb24ea92ffeb84a9e6d (plain) (blame)
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