all repos — archive/homestead @ a5c463603d54d55bcca5fdd4e04117a4d027a3e6

My future indieweb platform

feat(cli): accept argument for site directory Add a script at the same time to enable using the test files for manual testing

Alan Pearce
commit

a5c463603d54d55bcca5fdd4e04117a4d027a3e6

parent

d3dfbb13b7037c9382bd8418e475ac4208216f39

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M package.jsonpackage.json
@@ -19,6 +19,7 @@ ]
}, "scripts": { "dev": "node-dev .", + "dev:testsite": "node-dev . test/testsite/", "dev:assist": "auto-install --yarn", "format": "prettier-standard 'src/**/*.js' 'test/**/*.js'", "precommit": "lint-staged",