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 12
12
with :
13
13
cache : " npm"
14
14
- run : npm ci
15
- - run : npm run build
16
15
- run : npm run type
17
16
- run : npm test
Original file line number Diff line number Diff line change @@ -6,11 +6,10 @@ Testing Library Extension for Chrome DevTools Recorder
6
6
7
7
1 . Clone the repo
8
8
2 . ` 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
14
13
15
14
## Usage
16
15
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"scripts" : {
4
+ "postinstall" : " webpack --mode=production" ,
4
5
"start" : " webpack --mode=development --watch" ,
5
- "build" : " webpack --mode=production" ,
6
6
"type" : " tsc" ,
7
7
"test" : " jest"
8
8
},
You can’t perform that action at this time.
0 commit comments