Skip to content

Commit

Permalink
test(monitoring script): ci/cd 모니터링 스크립트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
admin authored and admin committed Aug 8, 2024
1 parent ad37640 commit 0b8f80e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
${{ runner.os }}-node-
- name: Install Dependencies
run: yarn
run: yarn install

- name: Verify Node Modules
run: ls -R node_modules

- name: Build
run: yarn run build:user
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"baseUrl": ".",
"paths": {
"@/*": ["packages/*"],
"@softeer/common/utils": ["packages/common/dist/utils"]
}
},
"parserOptions": {
Expand Down

0 comments on commit 0b8f80e

Please sign in to comment.