Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
link lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ssuperczynski committed Aug 21, 2024
1 parent 695c188 commit 89c324b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ jobs:
run: npm run build:lib

- name: build demo
run: npm run build

- name: link lib
run: npm run link
run: npm run build:prod

- name: e2e
run: npm run cy:ci
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@
"target": "ES2022",
"typeRoots": ["node_modules/@types"],
"lib": ["es2020", "dom"],
"useDefineForClassFields": false,
"paths": {
"ngx-easy-table": ["dist/ngx-easy-table"]
}
"useDefineForClassFields": false
},
"angularCompilerOptions": {
"strictMetadataEmit": true,
Expand Down

0 comments on commit 89c324b

Please sign in to comment.