File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ rm -rf ./lib
3
3
rm -rf ./dist
4
4
5
5
# 2. tsc compile
6
- ` npm bin` /tsc
6
+ ./node_modules/. bin/tsc
7
7
8
8
# 3. copy source file
9
- ` npm bin` /copyup ' src/**/*.html' lib/
10
- ` npm bin` /copyup ' src/**/*.less' lib/
9
+ ./node_modules/. bin/copyup ' src/**/*.html' lib/
10
+ ./node_modules/. bin/copyup ' src/**/*.less' lib/
11
11
12
12
# 4. webpack build
13
13
npm run build:web
Original file line number Diff line number Diff line change 40
40
"url" : " https://github.com/electron-modules/electrom"
41
41
},
42
42
"dependencies" : {
43
+ "@ant-design/icons" : " 4" ,
43
44
"debug" : " 4" ,
44
45
"filesize" : " 6" ,
45
46
"lodash" : " 4" ,
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ const useViewModel = (props: StatusBoardProps) => {
182
182
{ type === 'Tab' && ! isDevtoolsSelf && (
183
183
< BugOutlined
184
184
title = "debug"
185
- onClick = { ( e ) => {
185
+ onClick = { ( e : any ) => {
186
186
e . stopPropagation ( ) ;
187
187
openDevTools ( item . webContentInfo ) ;
188
188
} }
You can’t perform that action at this time.
0 commit comments