We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starter theme has instructions to run NPM commands
nvm use npm install npm run build
Adding a postinstall hook to package.json would save us a step.
package.json
bixaluswds/starter_theme/package.json
Lines 6 to 9 in 6bf7692
Calling npm run build here will always run it after install.
npm run build
postinstall
starter_theme
The text was updated successfully, but these errors were encountered:
#2 add postinstall script to compile child theme asssets
c7a2a04
This issue is complete.
Sorry, something went wrong.
No branches or pull requests
Starter theme has instructions to run NPM commands
Adding a postinstall hook to
package.json
would save us a step.bixaluswds/starter_theme/package.json
Lines 6 to 9 in 6bf7692
Calling
npm run build
here will always run it after install.Tasks
postinstall
scriptstarter_theme
READMEThe text was updated successfully, but these errors were encountered: