Skip to content

Commit a70f752

Browse files
committed
💚 Fix dev build
1 parent 708a52b commit a70f752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
npm run prepare
4141
else
4242
NODE_ENV=development \
43-
npm run build
43+
npm run prepare
4444
fi
4545
- persist_to_workspace:
4646
root: ~/mongoose-cursor-pagination

0 commit comments

Comments
 (0)