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 6d6e941 commit fa0157bCopy full SHA for fa0157b
package.json
@@ -7,7 +7,8 @@
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",
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"
+ "build-firefox": "parcel build index.html -d ./builds/firefox && cp -R ./firefox/* ./builds/firefox",
11
+ "build-all": "yarn build-chrome && yarn build-firefox"
12
},
13
"repository": {},
14
"license": "MIT",
0 commit comments