Skip to content

Commit

Permalink
ci: Fixed command typo in transpiled tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anadian committed Jan 21, 2021
1 parent 5a278ce commit dd3ca54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/github-actions.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
}
},
{ "run": "npm install" },
{ "run": "npm transpile" },
{ "run": "npm transpiled-test" }
{ "run": "npm run transpile" },
{ "run": "npm run transpiled-test" }
]
},
"source": {
Expand Down

0 comments on commit dd3ca54

Please sign in to comment.