We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596709e commit 907be18Copy full SHA for 907be18
packages/syntaxes/project.json
@@ -5,7 +5,7 @@
5
"projectType": "library",
6
"targets": {
7
"build": {
8
- "command": "mkdir -p dist/packages/syntaxes && npx js-yaml packages/syntaxes/src/ccini.tmLanguage.yaml > dist/packages/syntaxes/ccini.tmLanguage.json",
+ "command": "npx js-yaml packages/syntaxes/src/ccini.tmLanguage.yaml > dist/packages/syntaxes/ccini.tmLanguage.json",
9
"outputs": ["{options.outputPath}"],
10
"defaultConfiguration": "development",
11
"options": {
0 commit comments