1
0
mirror of https://github.com/vercel/commerce.git synced 2025-08-22 16:51:22 +00:00

used yarn dev for start command

This commit is contained in:
Murat Ozcan
2022-05-04 07:34:23 -05:00
parent be580666a4
commit b376c79f4f

@@ -13,8 +13,7 @@ jobs:
uses: cypress-io/github-action@v3.0.4
with:
browser: chrome
build: yarn build
start: yarn start
start: yarn dev
wait-on: 'http://localhost:3000'
env:
COMMERCE_PROVIDER: ${{ secrets.COMMERCE_PROVIDER }}