Skip to content

Commit 9485829

Browse files
fix: prepublish script
1 parent b3739cd commit 9485829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"plugins"
1010
],
1111
"engines": {
12-
"node": ">=18"
12+
"node": ">=20"
1313
},
1414
"scripts": {
15-
"prepublishOnly": "npx yo@4.3.1 ./ project --embed",
15+
"prepublishOnly": "npx yo@5.1.0 ./generators/app/index.js project --embed",
1616
"start": "yo easy-ui5 project",
1717
"test": "mocha",
1818
"test:subgen:list": "yo easy-ui5 project --list",

0 commit comments

Comments
 (0)