We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d64d0 commit 2299e01Copy full SHA for 2299e01
src/generator.ts
@@ -132,7 +132,7 @@ function getTemplatePath(): string {
132
const moduleLib = (process.env.NODE_ENV !== 'development')
133
? execSync('npm root --location=global --loglevel=error').toString().trim() : '';
134
135
- return moduleLib ? `${moduleLib}/lambda-lambda-lambda/cli/templates` : './templates';
+ return moduleLib ? `${moduleLib}/@lambda-lambda-lambda/cli/templates` : './templates';
136
}
137
138
/**
0 commit comments