瀏覽代碼

Fix typo

master
Palash Bansal 2 年之前
父節點
當前提交
db41b4100c
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      scripts/each-plugin.mjs

+ 1
- 1
scripts/each-plugin.mjs 查看文件

@@ -5,4 +5,4 @@ if(!command) throw new Error('Command is required')
console.log(`Executing '${command}' in all plugins`)

// Each plugin should have "prepare" that will also build the plugin
execEachPlugin(`npm ${command}}`) // install dependencies
execEachPlugin(`npm ${command}`) // install dependencies

Loading…
取消
儲存