Skip to content

Commit

Permalink
rename runner compile
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewMacmurray committed Sep 13, 2023
1 parent 2c16fd1 commit 4e8fe71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ jobs:
- run: npm install

- name: Verify Runner Compiles
run: npm run tsc:check
run: npm run runner:compile
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"docs:verify": "elm make --docs docs.json",
"review": "elm-review --fix",
"review:watch": "elm-review --watch",
"tsc:check": "tsc"
"runner:compile": "tsc"
},
"author": "Andrew MacMurray",
"license": "MIT",
Expand Down

0 comments on commit 4e8fe71

Please sign in to comment.