Skip to content

Commit

Permalink
[cli] Remove explicit .js extension from path of schema part newly ge…
Browse files Browse the repository at this point in the history
…nerated projects (#1802)
  • Loading branch information
bjoerge committed Mar 25, 2020
1 parent b633a58 commit 8daa25d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -132,7 +132,7 @@ export function createSanityManifest(data, opts) {
parts: [
{
name: 'part:@sanity/base/schema',
path: './schemas/schema.js'
path: './schemas/schema'
}
]
}
Expand Down

1 comment on commit 8daa25d

@vercel
Copy link

@vercel vercel bot commented on 8daa25d Mar 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.