Skip to content

Commit

Permalink
feat(core): generate standalone projects with scoped package names (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo authored Oct 17, 2023
1 parent c6faf38 commit a1cff31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/storybook/src/storybook-nested.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ describe('Storybook generators and executors for standalone workspaces - using R
writeFileSync(
tmpProjPath(`src/app/test-button.tsx`),
`
import { MyLib } from 'my-lib';
import { MyLib } from '@${appName}/my-lib';
export function TestButton() {
return (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "<%= formattedNames.fileName %>",
"name": "@<%= formattedNames.fileName %>/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit a1cff31

Please sign in to comment.