Skip to content

Commit 0f78e6a

Browse files
committed
Fix generator path
1 parent 7576359 commit 0f78e6a

File tree

1 file changed

+1
-1
lines changed
  • tools/generator-primer-module/app

1 file changed

+1
-1
lines changed

tools/generator-primer-module/app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ module.exports = class PrimerModule extends Generator {
163163
)
164164

165165
const destPath = require.resolve(
166-
path.join("../../", dest, "package.json")
166+
path.join("../../../modules/", dest, "package.json")
167167
)
168168

169169
this.fs.extendJSON(destPath, {

0 commit comments

Comments
 (0)