mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2026-05-11 00:00:01 +08:00
add node_modules
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
test-checkout
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
var gitClone = require('../index');
|
||||
|
||||
gitClone('git@github.com:jaz303/tpl-simple-site.git', './test-checkout', {
|
||||
checkout: 'a76362b0705d4126fa4462916cabb2506ecfe8e2' },
|
||||
function(err) {
|
||||
console.log("complete!");
|
||||
console.log(err);
|
||||
});
|
||||
Reference in New Issue
Block a user