You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Site build: move build/test commands from travis to make
Having the commands in .travis.yml is ok when there's only a couple
simple commands, but as the number and complexity of the commands
increases, it's nice to have a way to quickly run them from a local
shell.
This commit moves the existing commands as-is to the 'build' and 'test'
make targets, which are themselves both run by the default 'all' target.
An additional target of 'preview' is added with a variant on the build
command for local previews.
0 commit comments