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 cdd1558 commit 581efebCopy full SHA for 581efeb
packages/svelte-vscode/package.json
@@ -7,7 +7,7 @@
7
"build:grammar": "npx js-yaml syntaxes/svelte.tmLanguage.src.yaml > syntaxes/svelte.tmLanguage.json && npx js-yaml syntaxes/postcss.src.yaml > syntaxes/postcss.json",
8
"build:ts": "tsc -p ./",
9
"build": "npm run build:ts && npm run build:grammar",
10
- "vscode:prepublish": "npm run build && npm prune --production",
+ "vscode:prepublish": "npm install && npm run build && npm prune --production",
11
"watch": "npm run build:grammar && tsc -w -p ./",
12
"test": "npm run build:grammar && node test/grammar/test.js"
13
},
0 commit comments