From 73b20f14f06346855c95b3fabf7cba7decbd911b Mon Sep 17 00:00:00 2001 From: Rowan Manning Date: Mon, 25 Apr 2016 21:37:20 +0100 Subject: [PATCH] Remove the fixtures script from the Makefile --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index 5fb72e6..ae277b1 100644 --- a/Makefile +++ b/Makefile @@ -33,11 +33,6 @@ test-integration: @echo "$(C_CYAN)> running integration tests$(C_RESET)" @./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 less: @echo "$(C_CYAN)> compiling less$(C_RESET)"