mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-25 06:33:09 +03:00
move scripts to scripts with parity with the monolith
This commit is contained in:
parent
20dc388365
commit
78fd68b285
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
set -euo pipefail
|
||||
|
||||
# start a web server
|
||||
./scripts/serve.sh public &
|
||||
./script/serve.sh public &
|
||||
SERVER_PID=$!
|
||||
|
||||
# start a watcher
|
Loading…
Reference in New Issue
Block a user