Skip to content

Commit c4293e0

Browse files
committed
chore: dev @lib
1 parent 40bbc3e commit c4293e0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"start": "ng serve -o",
1616
"build": "ng build",
1717
"watch": "ng build --watch --configuration development",
18-
"test": "ng test"
18+
"test": "ng test",
19+
"link:ln": "ln -s ../coreui-angular/dist/coreui-angular/ @lib"
1920
},
2021
"private": true,
2122
"dependencies": {

tsconfig.app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"@angular/localize"
88
],
99
"paths": {
10+
"@coreui/angular": [
11+
"./@lib",
12+
"./node-modules/@coreui/angular"
13+
],
1014
"@docs-components/*": [
1115
"./src/components/*"
1216
]

0 commit comments

Comments
 (0)