From 04b95b0e2260ca47818cd04d5858484e65feab0b Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 21 May 2022 12:57:08 -0600 Subject: Cleanup after importing everything into prod --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3c7cd3f..72ff403 100644 --- a/Makefile +++ b/Makefile @@ -15,11 +15,7 @@ test: srv.dev-shell: $$(nix-build --no-out-link -A pkgs.bash)/bin/bash srv-dev-env.sh \ - --command " \ - cd srv/src; \ - go run cmd/import-posts/main.go ../../static/src/_posts/*; \ - return; \ - " + --command "cd srv/src; return" srv.shell: nix-shell -A srv.shellWithBuild --arg baseConfig '(import ${CONFIG})' \ -- cgit v1.2.3