Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Röhling <[email protected]>
  • Loading branch information
jedi-of-the-sea and dopenguin authored Feb 10, 2025
1 parent a9f109a commit e7d46b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"afm:build:serve": "http-server ./packages/clients/afm -o /example/prod-example.html",
"afm:dev": "nx dev @polar/client-afm",
"bgw:build": "nx build @polar/client-bgw",
"bgw:build:serve": "http-server ./packages/clients/bgw -o /dist/index.html",
"bgw:build:serve": "http-server ./packages/clients/bgw -o /dist/index.html",
"bgw:dev": "nx dev @polar/client-bgw",
"generic:build": "nx build @polar/client-generic",
"diplan:build": "nx build @polar/client-diplan",
Expand Down

0 comments on commit e7d46b3

Please sign in to comment.