rn-ai 0.0.4 → 0.0.6
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/cli.js +1 -1
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -138,7 +138,7 @@ FAL_API_KEY="${fal_api_key}"
|
|
|
138
138
|
|
|
139
139
|
spinner.start()
|
|
140
140
|
await execa('git', ['clone', repoUrl, appName])
|
|
141
|
-
await execa('rm', ['-
|
|
141
|
+
await execa('rm', ['-r', `${appName}/cli`])
|
|
142
142
|
await execa('rm', [`${appName}/rnaiheader.png`])
|
|
143
143
|
await execa('rm', [`${appName}/screenzzz.png`])
|
|
144
144
|
|