blob: d4c4f4d2a7138c1f5d92e2bc6ec1c13483daf321 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
default: preview
build: docker-build
start:
docker-compose up
docker-build:
docker-compose build
package:
cd extension && zip -r ../junction.xpi manifest.json junction.js build/content_script.js icons/ sounds/
|