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 791fd8a commit 198f2f1Copy full SHA for 198f2f1
package.json
@@ -50,7 +50,8 @@
50
"pretest": "npm run compile && npm run lint",
51
"lint": "eslint src --ext ts",
52
"test": "node ./out/test/runTest.js",
53
- "deploy": "vsce publish"
+ "deploy": "vsce publish",
54
+ "package": "vsce package"
55
},
56
"devDependencies": {
57
"@types/css-tree": "^1.0.4",
0 commit comments