Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Lucius committed Mar 28, 2024
1 parent 9c47c69 commit 2c32099
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 179 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: '20'
cache: npm
- name: Run generate script
run: ./scripts/generate.sh
run: node src/index.cjs
shell: bash
- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: '20'
cache: npm
- name: Run generate script
run: ./scripts/generate.sh
run: node src/index.cjs
shell: bash
- name: Install dependencies
run: npm install
Expand Down
3 changes: 0 additions & 3 deletions scripts/generate.sh

This file was deleted.

174 changes: 0 additions & 174 deletions scripts/rm-en-stopwords-anywhere.sed

This file was deleted.

0 comments on commit 2c32099

Please sign in to comment.