move scripts to scripts with parity with the monolith

This commit is contained in:
Brian Hicks 2019-04-02 15:38:10 -05:00
parent 20dc388365
commit 78fd68b285
4 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ test: node_modules
.PHONY: checks
checks:
scripts/check-exposed.py
script/check-exposed.py
.PHONY: diff
diff: node_modules
@ -61,7 +61,7 @@ public/%: styleguide-app/%
.PHONY: serve-public
serve-public: public
./scripts/watch.sh
./script/watch.sh
# plumbing

View File

@ -2,7 +2,7 @@
set -euo pipefail
# start a web server
./scripts/serve.sh public &
./script/serve.sh public &
SERVER_PID=$!
# start a watcher