Skip to content

Commit fa0157b

Browse files
committed
Add build all command
1 parent 6d6e941 commit fa0157b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"start-chrome": "parcel -d dist/dist-chrome index.html",
88
"build-chrome": "parcel build index.html -d ./builds/chrome && cp -R ./chrome/* ./builds/chrome",
99
"start-firefox": "parcel -d dist/dist-firefox index.html",
10-
"build-firefox": "parcel build index.html -d ./builds/firefox && cp -R ./firefox/* ./builds/firefox"
10+
"build-firefox": "parcel build index.html -d ./builds/firefox && cp -R ./firefox/* ./builds/firefox",
11+
"build-all": "yarn build-chrome && yarn build-firefox"
1112
},
1213
"repository": {},
1314
"license": "MIT",

0 commit comments

Comments
 (0)