File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
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
15
16
- run : npm run type
16
17
- run : npm test
Original file line number Diff line number Diff line change @@ -6,10 +6,11 @@ Testing Library Extension for Chrome DevTools Recorder
6
6
7
7
1 . Clone the repo
8
8
2 . ` npm install `
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
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
13
14
14
15
## Usage
15
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"scripts" : {
4
- "postinstall" : " webpack --mode=production" ,
5
4
"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