Skip to content

Conversation

@s0985514623
Copy link
Contributor

No description provided.

'yarn build && echo ✅ build success && yarn sync:version && echo ✅ sync version success',
'yarn create:release && echo ✅ create release files success',
`cd release/${releasedPluginName} && composer install --no-dev && cd ../.. && echo ✅ composer install success`,
`cd release/${releasedPluginName}/${releasedPluginName} && composer install --no-dev && cd ../.. && echo ✅ composer install success`,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good

Copy link
Owner

@j7-dev j7-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you

const { allowedItems, releasedPluginName } = require('./.release-it.cjs')
const sourceDir = path.resolve(__dirname, '../')
const destinationDir = path.resolve(__dirname, `./${releasedPluginName}`)
const destinationDir = path.resolve(__dirname, `./${releasedPluginName}/${releasedPluginName}`)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewed done

@j7-dev j7-dev merged commit 98da45f into j7-dev:master Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants