Skip to content

Commit

Permalink
use prebuilt stargate-mongoose dist from github
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 2, 2024
1 parent 7443f35 commit 3ff4948
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ jobs:
repository: stargate/stargate-mongoose
path: stargate-mongoose
ref: vkarpov15/astra-stargate-example
- name: Build stargate-mongoose
run: |
npm install
npm run build
npm pack
working-directory: stargate-mongoose
- name: Set up JSON API
run: |
chmod +x bin/start_data_api.sh
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-0.6.7.tgz",
"stargate-mongoose": "[email protected]:stargate/stargate-mongoose#vkarpov15/astra-stargate-example",
"stripe": "17.4.0",
"vanillatoasts": "1.6.0",
"webpack": "5.x"
Expand Down

0 comments on commit 3ff4948

Please sign in to comment.