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 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",