Skip to content

Commit

Permalink
馃 modify to build and start with pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Azanniel committed Dec 27, 2023
1 parent d9ee566 commit d72f834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
APP_URL: "http://localhost:3000"
NEXT_PUBLIC_API_BASE_URL: "https://ignite-devstore-api.vercel.app"
with:
build: npm run build
start: npm start
build: pnpm run build
start: pnpm start

0 comments on commit d72f834

Please sign in to comment.