diff --git a/.github/workflows/vercel.yml b/.github/workflows/vercel.yml index 9d3c388..d7c0806 100644 --- a/.github/workflows/vercel.yml +++ b/.github/workflows/vercel.yml @@ -1,4 +1,3 @@ - name: Production Tag Deployment env: @@ -7,7 +6,7 @@ env: on: push: # Pattern matched against refs/tags - tags: + tags: - '*' # Push events to every tag not containing / jobs: diff --git a/.npmrc b/.npmrc index e2ad808..e4a0f0b 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,4 @@ shamefully-hoist=true strict-peer-dependencies=false shell-emulator=true +ignore-workspace-root-check=true diff --git a/app/app.vue b/app/app.vue index 7bef068..b629629 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,7 +1,7 @@