Skip to content

Commit

Permalink
ci: remove example/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoee committed Sep 13, 2024
1 parent 215e3de commit 3b1d877
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/runnable-old-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Install dependencies
run: |
npm install
npm install leo-profanity
- name: Run with CommonJS
run: node commonjs.js
2 changes: 1 addition & 1 deletion .github/workflows/runnable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Install dependencies
run: |
npm install
npm install leo-profanity
npm install -g typescript
npm install -g ts-node
Expand Down
6 changes: 0 additions & 6 deletions example/package.json

This file was deleted.

0 comments on commit 3b1d877

Please sign in to comment.