Skip to content

Commit 9e9d91a

Browse files
committed
Fix extension build warnings
1 parent 6762914 commit 9e9d91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"vscode:publish": "vsce publish --yarn",
5656
"build": "npm-run-all build:syntax build:extension",
5757
"build:syntax": "ts-node src/typescript/GenerateTmLanguageFile.ts > ./syntaxes/Scala.tmLanguage.json",
58-
"build:extension": "vsce package",
58+
"build:extension": "vsce package --yarn",
5959
"test": "npm-run-all test:*",
6060
"test:unit": "vscode-tmgrammar-test -s source.scala -g syntaxes/Scala.tmLanguage.json -t 'tests/unit/**/*.test.scala'",
6161
"test:snap": "vscode-tmgrammar-snap -s source.scala -g syntaxes/Scala.tmLanguage.json -t 'tests/snap/**/*.test.scala'"

0 commit comments

Comments
 (0)