@appthen/cli 1.1.26 → 1.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/main.js +1 -0
- package/dist/index.js +6 -6
- package/package.json +1 -1
package/bin/main.js
CHANGED
|
@@ -215,6 +215,7 @@ program
|
|
|
215
215
|
.option('-c, --cwd <cwd>', 'specify the working directory', '.')
|
|
216
216
|
.option('-q, --quiet', 'be quiet, do not output anything unless get error', false)
|
|
217
217
|
.option('-vb, --verbose', 'be verbose, output more information', false)
|
|
218
|
+
.option('--nocheck', 'add @ts-nocheck to cloud function files', false)
|
|
218
219
|
.action(function doSync(command) {
|
|
219
220
|
var options = command?.opts?.() || {};
|
|
220
221
|
if (options.cwd) {
|