File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1212 with :
1313 cache : " npm"
1414 - run : npm ci
15- - run : npm run build
1615 - run : npm run type
1716 - run : npm test
Original file line number Diff line number Diff line change @@ -6,11 +6,10 @@ Testing Library Extension for Chrome DevTools Recorder
66
771 . Clone the repo
882 . ` npm install `
9- 3 . ` npm run build `
10- 4 . Visit ` chrome://extensions `
11- 5 . Enable ` Developer mode ` via toggle switch in upper right corner
12- 6 . Click ` Load unpacked ` button in upper left corner
13- 7 . Select the ` dist ` directory
9+ 3 . Visit ` chrome://extensions `
10+ 4 . Enable ` Developer mode ` via toggle switch in upper right corner
11+ 5 . Click ` Load unpacked ` button in upper left corner
12+ 6 . Select the ` dist ` directory
1413
1514## Usage
1615
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "scripts" : {
4+ "postinstall" : " webpack --mode=production" ,
45 "start" : " webpack --mode=development --watch" ,
5- "build" : " webpack --mode=production" ,
66 "type" : " tsc" ,
77 "test" : " jest"
88 },
You can’t perform that action at this time.
0 commit comments