Skip to content

Commit

Permalink
Use star import
Browse files Browse the repository at this point in the history
  • Loading branch information
smac89 committed Jul 3, 2020
1 parent 56cb9ce commit 95c51c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"main": "lib/index.js",
"scripts": {
"watch": "pnpify ncc build src/action.ts --watch --minify --out lib",
"watch": "pnpify run ncc build src/action.ts --watch --minify --out lib",
"test": "jest",
"vscode:pnp": "pnpify --sdk vscode"
},
Expand Down
2 changes: 1 addition & 1 deletion src/action.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as core from "@actions/core";
import github from "@actions/github";
import * as github from "@actions/github";
import semverGte from "semver/functions/gte";
import {
isSemVersionedRelease,
Expand Down

0 comments on commit 95c51c6

Please sign in to comment.