We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b220afd commit 6d6e941Copy full SHA for 6d6e941
package.json
@@ -5,7 +5,9 @@
5
"scripts": {
6
"start": "parcel -d dist/web index.html",
7
"start-chrome": "parcel -d dist/dist-chrome index.html",
8
- "build-chrome": "parcel build index.html -d ./builds/chrome && cp -R ./chrome/* ./builds/chrome"
+ "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"
11
},
12
"repository": {},
13
"license": "MIT",
0 commit comments