mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 14:21:13 +00:00
Remove the fixtures script from the Makefile
This commit is contained in:
5
Makefile
5
Makefile
@@ -33,11 +33,6 @@ test-integration:
|
|||||||
@echo "$(C_CYAN)> running integration tests$(C_RESET)"
|
@echo "$(C_CYAN)> running integration tests$(C_RESET)"
|
||||||
@./node_modules/.bin/mocha ./test/integration --reporter spec --recursive --timeout 5000 --slow 50
|
@./node_modules/.bin/mocha ./test/integration --reporter spec --recursive --timeout 5000 --slow 50
|
||||||
|
|
||||||
# Add fixtures
|
|
||||||
fixtures:
|
|
||||||
@echo "$(C_CYAN)> adding fixtures$(C_RESET)"
|
|
||||||
@node ./script/fixtures.js
|
|
||||||
|
|
||||||
# Compile LESS
|
# Compile LESS
|
||||||
less:
|
less:
|
||||||
@echo "$(C_CYAN)> compiling less$(C_RESET)"
|
@echo "$(C_CYAN)> compiling less$(C_RESET)"
|
||||||
|
Reference in New Issue
Block a user