File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
"watch" : " tsc --watch" ,
16
16
"build:clean" : " rimraf ./dist" ,
17
17
"build:compile" : " tsc" ,
18
- "build" : " npm-run-all build:* " ,
18
+ "build" : " npm-run-all build:clean build:compile " ,
19
19
"prepack" : " npm-run-all build"
20
20
},
21
21
"dependencies" : {
Original file line number Diff line number Diff line change 10
10
"watch" : " parcel watch ./src/widget.ts --out-dir ../s3_file_field/static/s3_file_field/" ,
11
11
"build:clean" : " rimraf ../s3_file_field/static/s3_file_field" ,
12
12
"build:compile" : " parcel build ./src/widget.ts --out-dir ../s3_file_field/static/s3_file_field/ --no-source-maps" ,
13
- "build" : " npm-run-all build:* "
13
+ "build" : " npm-run-all build:clean build:compile "
14
14
},
15
15
"dependencies" : {
16
16
"django-s3-file-field" : " file:../javascript-client"
You can’t perform that action at this time.
0 commit comments