File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11
11
"scripts" : {
12
12
"prepublish" : " npm run build" ,
13
13
"precommit" : " npm run test" ,
14
- "build" : " rm -rf dist && tsc" ,
14
+ "build" : " rimraf dist && tsc" ,
15
15
"pretest" : " npm run lint" ,
16
16
"test" : " jest" ,
17
17
"lint" : " tslint -c tslint.json 'src/**/*.ts'"
32
32
"@types/lodash" : " 4.14.123" ,
33
33
"jest" : " 24.5.0" ,
34
34
"mock-fs" : " 4.8.0" ,
35
+ "rimraf" : " ^2.6.3" ,
35
36
"ts-jest" : " 24.0.1" ,
36
37
"tslint" : " 5.14.0" ,
37
38
"typescript" : " ^3.4.1"
Original file line number Diff line number Diff line change @@ -2974,7 +2974,7 @@ ret@~0.1.10:
2974
2974
resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
2975
2975
integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==
2976
2976
2977
- rimraf@^2.5.4, rimraf@^2.6.2 :
2977
+ rimraf@^2.5.4, rimraf@^2.6.2, rimraf@^2.6.3 :
2978
2978
version "2.6.3"
2979
2979
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
2980
2980
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
You can’t perform that action at this time.
0 commit comments