Skip to content

Commit ce6e8f9

Browse files
committed
fix(ci):changed npm start to npx next start
1 parent 0c1674a commit ce6e8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
path: .next
160160

161161
- name: Start application server
162-
run: npm start & #
162+
run: npx next start
163163

164164
- name: Wait for server to be ready
165165
run: sleep 10

0 commit comments

Comments
 (0)