Skip to content

Commit

Permalink
chore: standardize npm script names (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Aug 1, 2023
1 parent f4b6d63 commit 0e11919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-transcript.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Generate transcript
run: npm run generate-transcript
run: npm run generate:transcript
env:
TOKEN: ${{ secrets.DISCORD_BOT_TOKEN }}
ID: ${{ secrets.DISCORD_CHANNEL_ID }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"generate-transcript": "node ./scripts/generate-transcript"
"generate:transcript": "node ./scripts/generate-transcript"
},
"repository": "eslint/tsc-meetings",
"funding": "https://opencollective.com/eslint",
Expand Down

0 comments on commit 0e11919

Please sign in to comment.