@atls/raijin 0.2.2 → 0.2.3

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.
@@ -14,5 +14,5 @@ export const runRaijinInitializer = async ({ argv = [], cwd = process.cwd(), fet
14
14
  await ensureYarnLock(cwd);
15
15
  await runCommand(['add', '-D', CODE_RUNTIME_PACKAGE], cwd);
16
16
  await runCommand(['generate', 'project'], cwd);
17
- await runCommand(['tools', 'sync'], cwd);
17
+ await runCommand(['raijin', 'sync'], cwd);
18
18
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atls/raijin",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "license": "BSD-3-Clause",
5
5
  "type": "module",
6
6
  "exports": {