Skip to content

Commit

Permalink
try alternative approach to get built version of stargate-mongoose
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 2, 2024
1 parent 7db7a6e commit 99be3d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
npm install
npm run build
node ./bin/create-tarball
npm pack
working-directory: stargate-mongoose
- name: Set up JSON API
run: |
Expand Down
2 changes: 1 addition & 1 deletion netlify-functions-ecommerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dotenv": "16.4.5",
"mongoose": "^8.1",
"sinon": "19.0.2",
"stargate-mongoose": "file:../stargate-mongoose/stargate-mongoose.tgz",
"stargate-mongoose": "file:../stargate-mongoose/stargate-mongoose-v0.6.7.tgz",
"stripe": "17.4.0",
"vanillatoasts": "1.6.0",
"webpack": "5.x"
Expand Down

0 comments on commit 99be3d1

Please sign in to comment.