Skip to content

Commit 2ed2ed0

Browse files
rewrite esm imports
1 parent a37bd33 commit 2ed2ed0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
if: success() # Only publish if the previous steps were successful
3535
run: |
3636
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
37+
npm version patch
3738
npm publish --access public

.vscode/tasks.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
"problemMatcher": [
5050
"$tsc"
5151
]
52+
},
53+
{
54+
"label": "LKG (last known good)",
55+
"type": "shell",
56+
"command": "npx hereby lkg"
5257
}
5358
]
5459
}

0 commit comments

Comments
 (0)