Documentation about plugin zip #665
farhanmaba
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
|
What's the use case for having that documented? Somewhat related to https://github.com/WordPress/ai/blob/develop/docs/RELEASE_INSTRUCTIONS.md. |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
Hey @farhanmaba was great collaborating with you at Contributor Day! For others looking for an answer to this in the interim. // switch to the correct NPM version
nvm use
// install npm deps
npm ci
// install composer prod deps
composer install --no-dev
// build the plugin assets
npm run build
// create the installable .zip file
npm run plugin-zip |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to contribute to the project and realized that the documentation doesn't explain how to build and package the plugin to able test it in our WordPress installations. I found this with David's help (I don't know his handler) and I thought this needs to be included in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions