Skip to content

Commit 6d6e941

Browse files
committed
Add firefox ext. build commands
1 parent b220afd commit 6d6e941

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"scripts": {
66
"start": "parcel -d dist/web index.html",
77
"start-chrome": "parcel -d dist/dist-chrome index.html",
8-
"build-chrome": "parcel build index.html -d ./builds/chrome && cp -R ./chrome/* ./builds/chrome"
8+
"build-chrome": "parcel build index.html -d ./builds/chrome && cp -R ./chrome/* ./builds/chrome",
9+
"start-firefox": "parcel -d dist/dist-firefox index.html",
10+
"build-firefox": "parcel build index.html -d ./builds/firefox && cp -R ./firefox/* ./builds/firefox"
911
},
1012
"repository": {},
1113
"license": "MIT",

0 commit comments

Comments
 (0)