diff --git a/package.json b/package.json index 3da3f00..5de9138 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "version": "0.3.2", "scripts": { "build:md": "node ./scripts/md.js", - "build": "npm run test:rules && npm version patch && node ./scripts/genCommond.js && vsce package && npm run build:md", + "build": "npm run test:rules && npm version patch && node ./scripts/genCommond.js && vsce package --yarn && npm run build:md", "vscode:prepublish": "npm run compile", "compile": "webpack --mode production", "watch": "tsc -watch -p ./",