From 83b4ff3672a2e74cdb5401f378b436ba330f8655 Mon Sep 17 00:00:00 2001 From: "Chris\\Laptop" Date: Tue, 27 Jul 2021 07:31:13 -0700 Subject: [PATCH 1/2] bump version (1.6.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 229c254877..09bcdb415e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "one-army-community-platform", - "version": "1.5.5", + "version": "1.6.0", "workspaces": [ "functions", "shared", From e651435ef18832a305a31b6fdf5171f35e6d67ca Mon Sep 17 00:00:00 2001 From: chrismclarke Date: Tue, 27 Jul 2021 11:33:34 -0700 Subject: [PATCH 2/2] add package.json to list of preview triggers --- .github/workflows/pr-preview.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index f4c6f529b9..8017cd3f5d 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -9,6 +9,8 @@ on: paths: - "src/**" - "functions/**" + - "package.json" + - "yarn.lock" jobs: build_and_preview: # NOTE - as we are going to check out and build from forks we also need to add manual