We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff185c6 commit e95f1f0Copy full SHA for e95f1f0
package.json
@@ -313,6 +313,7 @@
313
"handlebars:compile": "handlebars src/catalog/template.hbs -c ./handlebars -m -f out/src/catalog/template.js",
314
"handlebars:runtime": "shx cp node_modules/handlebars/dist/handlebars.runtime.min.js out/src/catalog/handlebars.js",
315
"handlebars:stylesheets": "shx cp src/catalog/*.css out/src/catalog/",
316
+ "preclean": "npm prune",
317
"clean": "rimraf out/**/*.js out/**/*.js.map out/**/*.nls.json",
318
"binary": "node tools/serialport-prebuild.js 1.7.3",
319
"package": "vsce package",
0 commit comments