Skip to content

Commit

Permalink
build(TypeScript): Fix unresolved declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalanamini committed Feb 27, 2022
1 parent 39b325c commit 092e63e
Show file tree
Hide file tree
Showing 10 changed files with 741 additions and 647 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: npm run build

- name: Build ECMAScript
run: npm run build:es
run: npm run build:esm

- name: Generate documents
run: npm run docs
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,5 @@ dist
.vscode/

# Build
cjs/
es/
build/

Loading

0 comments on commit 092e63e

Please sign in to comment.