You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This is what the user would do, minus actually starting the application
38
75
- run: cd my-sidebase-app && npx prisma db push
39
76
40
77
# code should be 100% correct at the start
41
-
- run: cd my-sidebase-app && npm run lint
42
-
- run: cd my-sidebase-app && npm exec nuxi prepare && npm run typecheck
78
+
- run: cd my-sidebase-app && pnpm lint
79
+
- run: cd my-sidebase-app && npm exec nuxi prepare && pnpm run typecheck
43
80
44
81
# start dev-app, all of the following adapted from https://stackoverflow.com/a/60996259
45
82
- run: "cd my-sidebase-app && timeout 30 npm run dev || ( [[ $? -eq 124 ]] && echo \"app started and did not exit within first 30 seconds, thats good\" )"
0 commit comments