@the-grove/cli 0.1.14 → 0.1.16
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -259,7 +259,7 @@ async function contribute(filePaths) {
|
|
|
259
259
|
function mapLocalPathToTemplate(localPath) {
|
|
260
260
|
const normalized = localPath.replace(/^\.\//, "").replace(/components\/ui\//, "components/").replace(/components\//, "");
|
|
261
261
|
const name = path.basename(normalized, path.extname(normalized));
|
|
262
|
-
return `packages/
|
|
262
|
+
return `packages/registry/registry/the-grove/${name}/${name}.tsx`;
|
|
263
263
|
}
|
|
264
264
|
async function promptForToken() {
|
|
265
265
|
const { token } = await prompts2({
|