diff --git a/.devcontainer/cache/before-cache.sh b/.devcontainer/cache/before-cache.sh index 78da0a862cad4e2503ec0e4f59d10f588c885a82..cfa7acc9d9579d8b7f8e22fabd47fbc22e30fa42 100755 --- a/.devcontainer/cache/before-cache.sh +++ b/.devcontainer/cache/before-cache.sh @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash # This file establishes a basline for the reposuitory before any steps in the "prepare.sh" # are run. Its just a find command that filters out a few things we don't need to watch. diff --git a/.github/workflows/devcontainer-cache.yml b/.github/workflows/devcontainer-cache.yml index c7dcd4a80060b4ff078dc625286decb553c5f4e3..121b440f17cff0b23c6b8f0c67dde12dfa04dccd 100644 --- a/.github/workflows/devcontainer-cache.yml +++ b/.github/workflows/devcontainer-cache.yml @@ -8,7 +8,6 @@ on: # Only updates to these files result in changes to installed packages, so skip otherwise paths: - - '**/package.json' - '**/package-lock.json' - '**/yarn.lock'