Skip to content

Commit

Permalink
ts-node -> npx ts-node to fix "ts-node not found"
Browse files Browse the repository at this point in the history
  • Loading branch information
Madoshakalaka committed Dec 27, 2020
1 parent 714a50e commit 9262c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-lint-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Zip chrome-extension
if: github.event_name == 'push'
# ./dist folder is built during integration testing, so just UTF-8 cleaning and zipping are needed
run: npx ts-node libexec/fix-non-ascii-contentscript.ts && ts-node libexec/zip-extension.ts
run: npx ts-node libexec/fix-non-ascii-contentscript.ts && npx ts-node libexec/zip-extension.ts

# date will be used as release tag and name
- name: Get current date
Expand Down

0 comments on commit 9262c99

Please sign in to comment.