File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 10
10
},
11
11
"private" : false ,
12
12
"scripts" : {
13
- "prev:popup" : " serve src/popup" ,
13
+ "dev:chrome" : " concurrently 'npm run build:w:chrome' 'npm run run:chrome'" ,
14
+ "dev:firefox" : " concurrently 'npm run build:w:firefox' 'npm run run:firefox'" ,
14
15
"build:chrome" : " cross-env ESB_TARGET_BROWSER=chrome node scripts/build.mjs" ,
15
16
"build:firefox" : " cross-env ESB_TARGET_BROWSER=firefox node scripts/build.mjs" ,
16
- "build:w" : " cross-env ESB_WATCH=true node scripts/build.mjs" ,
17
- "run:chrome" : " web-ext --target=chromium -s build-chrome run" ,
18
- "run:firefox" : " web-ext --target=firefox -s build-firefox run" ,
17
+ "build:w:chrome" : " cross-env ESB_WATCH=true ESB_TARGET_BROWSER=chrome node scripts/build.mjs" ,
18
+ "build:w:firefox" : " cross-env ESB_WATCH=true ESB_TARGET_BROWSER=firefox node scripts/build.mjs" ,
19
+ "run:chrome" : " web-ext --target=chromium -s build run -u ./samples" ,
20
+ "run:firefox" : " web-ext --target=firefox-desktop -s build run -u ./samples" ,
21
+ "prev:popup" : " serve src/popup" ,
19
22
"lint" : " concurrently 'npm run lint:webext' 'npm run lint:ts:script'" ,
20
23
"lint:ts:script" : " tsc --noEmit -p src/popup/tsconfig.json" ,
21
24
"lint:webext" : " web-ext -s build lint" ,
Original file line number Diff line number Diff line change
1
+ < html >
2
+ < body >
3
+ < p > سلام this باید rtl باشد</ p >
4
+ </ body >
5
+ </ html >
You can’t perform that action at this time.
0 commit comments