Skip to content

Commit

Permalink
feat: yarn build exit 1 or 0
Browse files Browse the repository at this point in the history
  • Loading branch information
zobkazi committed Apr 18, 2024
1 parent 198bd36 commit 48ec03b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/user.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: User Workflow

on: [push, pull_request]
on:
push:
branches:
- main

jobs:
user-build:
Expand Down
1 change: 1 addition & 0 deletions packages/services/user/src/controllers/utill.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
console.log("hello world");

console.warn("hello world");
// migrate dev

0 comments on commit 48ec03b

Please sign in to comment.