File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -575,10 +575,11 @@ LDAPServer/
575575# Install dependencies
576576npm install
577577
578- # Build core package
579- npm run build:core
578+ # Start the server (no build required for local development)
579+ npm start
580580
581- # Build server package
581+ # Build for releases (only needed for npm publishing and distribution packages)
582+ npm run build:core
582583npm run build:server
583584
584585# Create binary
Original file line number Diff line number Diff line change 22 "name" : " @ldap-gateway/core" ,
33 "version" : " 0.1.0" ,
44 "description" : " Reusable LDAP gateway core with pluggable authentication and directory backends" ,
5- "main" : " dist/index.js" ,
6- "types" : " dist/index.d.ts" ,
5+ "main" : " src/index.js" ,
76 "files" : [
8- " dist /" ,
7+ " src /" ,
98 " README.md"
109 ],
1110 "scripts" : {
1211 "build" : " node build.js" ,
1312 "test" : " jest" ,
1413 "test:watch" : " jest --watch" ,
15- "test:coverage" : " jest --coverage" ,
16- "prepublishOnly" : " npm run build"
14+ "test:coverage" : " jest --coverage"
1715 },
1816 "keywords" : [
1917 " ldap" ,
You can’t perform that action at this time.
0 commit comments