UNPKG
mozilla-profile-builder
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.0
0.2.0-alpha
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
Create profiles for firefox/b2g desktop
mozilla-b2g/mozilla-profile-builder
mozilla-profile-builder
/
Makefile
10 lines
(7 loc)
•
129 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
.PHONY:
test
test
: node_modules ./node_modules/mocha/bin/mocha \
test
/*.js \
test
/options/*.js node_modules: npm install