9
0
mirror of https://gitee.com/shuto/customCamera.git synced 2024-10-06 02:12:07 +08:00

Transform npminstall hook

This commit is contained in:
Christophe BOUCAUT 2015-07-09 14:32:53 +02:00
parent a6daba03ed
commit 0b1e3d4ee4

View File

@ -1,4 +1,5 @@
#!/usr/bin/env node
"use strict";
var exec = require('child_process').exec;
var exec = require("child_process").exec;
exec("npm install xml2js@0.4.x");