Skip to content

Commit e95f1f0

Browse files
committedNov 10, 2017
Add npm prune
1 parent ff185c6 commit e95f1f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@
313313
"handlebars:compile": "handlebars src/catalog/template.hbs -c ./handlebars -m -f out/src/catalog/template.js",
314314
"handlebars:runtime": "shx cp node_modules/handlebars/dist/handlebars.runtime.min.js out/src/catalog/handlebars.js",
315315
"handlebars:stylesheets": "shx cp src/catalog/*.css out/src/catalog/",
316+
"preclean": "npm prune",
316317
"clean": "rimraf out/**/*.js out/**/*.js.map out/**/*.nls.json",
317318
"binary": "node tools/serialport-prebuild.js 1.7.3",
318319
"package": "vsce package",

0 commit comments

Comments
 (0)
Please sign in to comment.