2dfire-cli
Advanced tools
+5
-5
@@ -12,7 +12,7 @@ const fs = require('fs-extra') | ||
| module.exports = async function() { | ||
| if (!isFireProject()) { | ||
| return warning( | ||
| 'This is not a project that created by 2dfire-cli,so you cannot use the command' | ||
| ) | ||
| } | ||
| // if (!isFireProject()) { | ||
| // return warning( | ||
| // 'This is not a project that created by 2dfire-cli,so you cannot use the command' | ||
| // ) | ||
| // } | ||
| let pageName = process.argv[3] || '' | ||
@@ -19,0 +19,0 @@ if (!pageName.trim()) { |
+1
-1
| { | ||
| "name": "2dfire-cli", | ||
| "version": "1.9.2", | ||
| "version": "1.9.3", | ||
| "description": "cli", | ||
@@ -5,0 +5,0 @@ "author": "danfan", |
38044
0.04%