@c-time/frelio-cli 1.4.4 → 1.4.5
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/dist/commands/init.js +3 -1
- package/package.json +1 -1
package/dist/commands/init.js
CHANGED
|
@@ -146,7 +146,9 @@ export async function initCommand(options) {
|
|
|
146
146
|
else {
|
|
147
147
|
logError(bundleResult.error);
|
|
148
148
|
log(' ℹ リリースが公開されていない場合は、手動でバンドルを展開してください。');
|
|
149
|
-
log('
|
|
149
|
+
log(' npm pack @c-time/frelio-cms で取得した tarball を展開し、');
|
|
150
|
+
log(' package/dist/(functions を除く)を admin/、package/dist/functions を functions/、');
|
|
151
|
+
log(' package/workers を workers/ に配置します。');
|
|
150
152
|
}
|
|
151
153
|
// 設定ファイル生成
|
|
152
154
|
step++;
|