Skip to content

Commit

Permalink
Add node_modules to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Feb 27, 2024
1 parent e46c86a commit a78eabb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
# Build a production tarball and run the integration tests against it.
- run: ./script/test-integration
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package-lock.json
template/package-lock.json
my-replicate-app
foo
node_modules

0 comments on commit a78eabb

Please sign in to comment.