Created
June 26, 2019 14:53
-
-
Save jchristopher/664ec6dfdad1489e089394d28ba7e0e2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Build development version of SearchWP Modal Search Form bundle | |
npm run dev | |
# Build production version of SearchWP Modal Search Form bundle | |
npm run build | |
# Build development version of SearchWP Modal Search Form block | |
npm run blockdev | |
# Build production version of SearchWP Modal Search Form block | |
npm run blockbuild |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment