Skip to content

Commit

Permalink
chore: update ci when push v2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ErKeLost committed Oct 23, 2024
1 parent 666c364 commit 9ef367d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Nightly Release CI
on:
pull_request:
push:
branches:
- v2-dev

Expand Down
1 change: 0 additions & 1 deletion packages/cli/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export async function resolveCore(): Promise<{
clean: typeof clean;
}> {
try {
// @ts-ignore
return import('@farmfe/core');
} catch (err) {
logger.error(
Expand Down

0 comments on commit 9ef367d

Please sign in to comment.