From 21a48d3a7461a06005afec721e315c72b1e61848 Mon Sep 17 00:00:00 2001 From: Joel Walker Date: Fri, 19 May 2017 16:09:22 -0500 Subject: [PATCH] Fixed publish script to read from build/parsers/ --- publish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish b/publish index 79c0531..2ac1201 100755 --- a/publish +++ b/publish @@ -14,7 +14,7 @@ set -e # Config begin LANG_CONFIGS_DIR=language_configs/ CACHE_DIR=_cache/ -OUTPUT_DIR=public/langs +OUTPUT_DIR=build/parsers MAPPINGS_DIR="mappings" PUSH_ENV="$1" VERSION_TAG="$2"