From dff1a87a6cfddecf9ac861e1d0604348a06f7aa9 Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Mon, 27 May 2019 15:12:37 +0200 Subject: [PATCH] add build command for each app --- .circleci/config.yml | 3 --- .editorconfig | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 908a7c6..927ef13 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -76,9 +76,6 @@ jobs: - run: name: Run tests command: npm test - - run: - name: Bundle - command: NODE_ENV=production npm run build auditorium: docker: diff --git a/.editorconfig b/.editorconfig index 08ec691..45aaa0a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,6 @@ insert_final_newline = true trim_trailing_whitespace = true indent_style = tab -[{*.js,*.yml,*.md,Gopkg.toml,package.json}] +[{*.js,*.yml,*.md,Gopkg.toml,package.json,*.html}] indent_style = space indent_size = 2