This repository was archived by the owner on Feb 4, 2025. It is now read-only.
Commit 501d327 1 parent 6e61079 commit 501d327 Copy full SHA for 501d327
File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 35
35
- name : build demo
36
36
run : npm run build
37
37
38
+ - name : link lib
39
+ run : npm run link
40
+
38
41
- name : e2e
39
42
run : npm run cy:ci
Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ See https://ngx-easy-table.eu/#/doc
34
34
## Development
35
35
36
36
- 1st tab - ` npm run watch:table `
37
- - 2nd tab - ` cd dist/ngx-easy-table && npm link `
38
- - 2nd tab - go back to project root dir and ` npm link ngx-easy-table `
37
+ - 2nd tab - ` npm run link `
39
38
- 2nd tab - ` npm run start `
40
39
41
40
At the end run ` npm run cy:ci ` to make sure everything works.
Original file line number Diff line number Diff line change 25
25
"publish:lib:next" : " npm run build:lib && cd dist/ngx-easy-table && npm publish --tag next" ,
26
26
"size" : " npm run build:lib && cd dist/ngx-easy-table && npm pack && ls -lh *.tgz" ,
27
27
"build:lib" : " cd projects/ngx-easy-table && npm install && ng build ngx-easy-table && sass assets/style.scss ../../dist/ngx-easy-table/style.css" ,
28
- "prepare" : " husky install"
28
+ "prepare" : " husky install" ,
29
+ "link" : " cd dist/ngx-easy-table && npm link && cd ../.. && npm link ngx-easy-table"
29
30
},
30
31
"license" : " MIT" ,
31
32
"dependencies" : {
You can’t perform that action at this time.
0 commit comments