Skip to content

Commit

Permalink
fix #875
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed Jun 19, 2023
1 parent 2ec0f1d commit d71ec44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -34,7 +34,6 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run make
- run: npm run docs
- run: npm run coverage
- name: Coveralls
uses: coverallsapp/github-action@v2
Expand All @@ -47,6 +46,7 @@ jobs:
with:
source: ./docs
destination: ./docs/_site
- run: npm run docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-imask/src/index.ts
@@ -1,7 +1,7 @@
import { default as IMask } from 'imask';
export { default as IMask } from 'imask';
export * from './imask.directive';
export * from './imask.pipe';
export * from './imask.module';
export * from './imask-factory';
export * from './default-imask-factory';
export * from './imask-factory-token';
export * from './imask-factory-token';
2 changes: 1 addition & 1 deletion typedoc.json
Expand Up @@ -3,5 +3,5 @@
"name": "IMask",
"entryPointStrategy": "packages",
"includeVersion": true,
"out": "docs/api"
"out": "docs/_site/api"
}

0 comments on commit d71ec44

Please sign in to comment.