- Adds a context field to Cart - context is automatically populated with ip + user agent - context can be updated via POST /store/cart/:id or set when creating via POST /store/cart
11 lines
123 B
Bash
Executable File
11 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
|
|
medusa-dev --set-path-to-repo .
|
|
|
|
cd integration-tests/api
|
|
|
|
medusa-dev --force-install --scan-once
|
|
yarn test
|
|
|
|
|