浏览代码

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

正在加载...
取消
保存