Skip to content

An example plugin repository with a workflow script that install Node dependencies

Notifications You must be signed in to change notification settings

Automattic/githubdeployments-node-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

githubdeployments-node-example

An example plugin repository with a workflow script that installs Node dependencies.

The workflow does the following:

  • Checkout the repository
  • Instals Node with the Node Action
  • Runs npm install to install dependencies in package.json
  • Stores NPM packages in a cache named npm
  • Runs npm run minify-css which minifies the css and copies the output to /css
  • Creates a build artifact with name wpcom which is required for WordPress.com's GitHub Deployment feature, while also excluding files from the deployment, like package.json, style.css, and README.md

About

An example plugin repository with a workflow script that install Node dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published