Skip to content

Commit

Permalink
Only apps should have lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 12, 2024
1 parent 7950459 commit d6b18ef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13,218 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
with:
use-npm-ci: true
- name: Flow type check
run: npx flow

Expand All @@ -29,8 +27,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
with:
use-npm-ci: true
- name: Run ESLint
run: npm run lint

Expand All @@ -40,8 +36,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
with:
use-npm-ci: true
- name: Run diff check for the breakUpAriaJSON script
run: node scripts/breakUpAriaJSON.js && git diff --exit-code -- src

Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ docs/
coverage/
.nyc_output/
__tests-built__/

# Only apps should have lockfiles
npm-shrinkwrap.json
package-lock.json
yarn.lock
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
Loading

0 comments on commit d6b18ef

Please sign in to comment.