@cabloy/cli 3.0.64 → 3.0.65
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/lib/local.helper.js +2 -2
- package/package.json +1 -1
package/dist/lib/local.helper.js
CHANGED
|
@@ -143,9 +143,9 @@ export class LocalHelper {
|
|
|
143
143
|
}
|
|
144
144
|
async pnpmInstall() {
|
|
145
145
|
// args
|
|
146
|
-
const args = ['install'
|
|
146
|
+
const args = ['install'];
|
|
147
147
|
// log
|
|
148
|
-
await this.console.log('===> pnpm install
|
|
148
|
+
await this.console.log('===> pnpm install');
|
|
149
149
|
// spawn
|
|
150
150
|
await this.spawnCmd({
|
|
151
151
|
cmd: 'pnpm',
|