Skip to content

Commit

Permalink
Merge pull request #380 from mit-27/fix-shared-import
Browse files Browse the repository at this point in the history
Fix shared package import
  • Loading branch information
naelob authored Apr 19, 2024
2 parents aee6066 + 2718b5b commit 0ea781c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "./scripts/pull-database.sh && nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
"start:dev": "(cd node_modules/@panora/shared && pnpm run build) && nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
Expand Down

0 comments on commit 0ea781c

Please sign in to comment.