Skip to content

Commit 8ad450f

Browse files
committed
Fix typo (linux hates this!)
1 parent e7f56c1 commit 8ad450f

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
@@ -71,7 +71,7 @@
7171
"compile": "npx esbuild ./client/src/extension.ts ./server/src/server.ts --color --bundle --outdir=out --entry-names=[name] --chunk-names=vendor --format=cjs --external:vscode --platform=node",
7272
"compile:grammar": "npx antlr4ts -visitor -no-listener -Xexact-output-dir grammars/UCLexer.g4 -o server/src/UC/antlr/generated && npx antlr4ts -visitor -no-listener -Xexact-output-dir grammars/UCParser.g4 -o server/src/UC/antlr/generated",
7373
"compile:preprocessor": "npx antlr4ts -visitor -no-listener -Xexact-output-dir grammars/UCPreprocessorParser.g4 -o server/src/UC/antlr/generated",
74-
"compile:syntax": "npx yaml-convert --np < ./syntaxes/UnrealScript.YAML-tmLanguage > ./out/unrealscript.tmLanguage.json && npx yaml-convert --np < ./syntaxes/unrealScript.preprocessor.YAML-tmLanguage > ./out/unrealscript.preprocessor.tmLanguage.json",
74+
"compile:syntax": "npx yaml-convert --np < ./syntaxes/UnrealScript.YAML-tmLanguage > ./out/unrealscript.tmLanguage.json && npx yaml-convert --np < ./syntaxes/unrealscript.preprocessor.YAML-tmLanguage > ./out/unrealscript.preprocessor.tmLanguage.json",
7575
"watch": "(set NODE_ENV=development) & npm run compile -- --bundle --sourcemap --watch --define:process.env.NODE_ENV=\\\"development\\\"",
7676
"clean": "rimraf out --preserve-root",
7777
"postinstall": "cd client && npm install && cd ../server && npm install && cd ..",

0 commit comments

Comments
 (0)