Skip to content

Commit 480fe19

Browse files
committed
Add yarn clean command
1 parent 0352d72 commit 480fe19

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,14 @@
4545
"@types/node": "^14.6.4",
4646
"ajv": "^6.12.4",
4747
"npm-run-all": "^4.1.5",
48+
"rimraf": "^3.0.2",
4849
"ts-node": "^9.0.0",
4950
"typescript": "^4.0.2",
5051
"vsce": "^1.79.5",
5152
"vscode-tmgrammar-test": "0.0.10"
5253
},
5354
"scripts": {
55+
"clean": "rimraf scala-*.vsix",
5456
"vscode:prepublish": "test -f ./syntaxes/Scala.tmLanguage.json",
5557
"vscode:publish": "vsce publish --yarn",
5658
"build": "npm-run-all build:syntax build:extension",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ glob@^7.0.6:
298298
once "^1.3.0"
299299
path-is-absolute "^1.0.0"
300300

301-
glob@^7.1.6:
301+
glob@^7.1.3, glob@^7.1.6:
302302
version "7.1.6"
303303
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
304304
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -671,6 +671,13 @@ resolve@^1.10.0:
671671
dependencies:
672672
path-parse "^1.0.6"
673673

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+
674681
safe-buffer@~5.1.0:
675682
version "5.1.2"
676683
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"

0 commit comments

Comments
 (0)