Skip to content

Commit

Permalink
fix(build): type generation for node fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SkeLLLa committed Sep 16, 2021
1 parent a7a751f commit 3182b1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
run: npm ci
- name: Build
run: npm run build --if-present
- name: Publish files
run: npm publish --dry-run
- name: Publish
run: npm publish --tag latest
env:
Expand Down
1 change: 1 addition & 0 deletions tsconfig.node.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.shared.json",
"compilerOptions": {
"outDir": "dist",
"target": "es2018",
Expand Down

0 comments on commit 3182b1f

Please sign in to comment.