add npm link script for SAE lib to be used in other projects

This commit is contained in:
Tykayn 2025-08-08 12:36:41 +02:00 committed by tykayn
parent bb0e44eb55
commit e4031a9768
16 changed files with 1108 additions and 2168 deletions

View file

@ -2,6 +2,8 @@
"name": "implem",
"version": "0.0.0",
"scripts": {
"link-sae-lib": "bash ./scripts/link-sae-lib.sh",
"postinstall": "npm run link-sae-lib",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
@ -23,6 +25,7 @@
"private": true,
"dependencies": {
"@angular/common": "^20.1.0",
"sae-lib": "file:../my-workspace/projects/sae-lib",
"@angular/compiler": "^20.1.0",
"@angular/core": "^20.1.0",
"@angular/forms": "^20.1.0",