Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"author": "",
"private": "true",
"license": "MIT",
"portless": { "name": "api.novu" },
"portless": {
"name": "api.novu"
},
"scripts": {
"prebuild": "rimraf dist",
"build": "pnpm build:metadata && nest build",
Expand Down Expand Up @@ -161,6 +163,7 @@
"async": "^3.2.0",
"chai": "^4.2.0",
"chai-subset": "^1.6.0",
"emulate": "^0.5.0",
"get-port": "^5.1.1",
"mocha": "^10.2.0",
"pirates": "^4.0.7",
Expand Down
Loading
Loading