We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94dc03d commit 856ca9cCopy full SHA for 856ca9c
bin/create.cjs
@@ -10,7 +10,7 @@ async function main() {
10
const commands = [
11
`git clone https://github.com/j7-dev/wp-react-plugin.git ${projectName}`,
12
`cd ${projectName}`,
13
- 'pnpm',
+ 'pnpm install',
14
`node ./replace-string.cjs ${projectName}`,
15
'composer install --no-interaction',
16
execRemove('.git'),
0 commit comments