File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 45
45
"@types/node" : " ^14.6.4" ,
46
46
"ajv" : " ^6.12.4" ,
47
47
"npm-run-all" : " ^4.1.5" ,
48
+ "rimraf" : " ^3.0.2" ,
48
49
"ts-node" : " ^9.0.0" ,
49
50
"typescript" : " ^4.0.2" ,
50
51
"vsce" : " ^1.79.5" ,
51
52
"vscode-tmgrammar-test" : " 0.0.10"
52
53
},
53
54
"scripts" : {
55
+ "clean" : " rimraf scala-*.vsix" ,
54
56
"vscode:prepublish" : " test -f ./syntaxes/Scala.tmLanguage.json" ,
55
57
"vscode:publish" : " vsce publish --yarn" ,
56
58
"build" : " npm-run-all build:syntax build:extension" ,
Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ glob@^7.0.6:
298
298
once "^1.3.0"
299
299
path-is-absolute "^1.0.0"
300
300
301
- glob@^7.1.6 :
301
+ glob@^7.1.3, glob@^7.1. 6 :
302
302
version "7.1.6"
303
303
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
304
304
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -671,6 +671,13 @@ resolve@^1.10.0:
671
671
dependencies :
672
672
path-parse "^1.0.6"
673
673
674
+ rimraf@^3.0.2 :
675
+ version "3.0.2"
676
+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
677
+ integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
678
+ dependencies :
679
+ glob "^7.1.3"
680
+
674
681
safe-buffer@~5.1.0 :
675
682
version "5.1.2"
676
683
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
You can’t perform that action at this time.
0 commit comments