Skip to content

Commit

Permalink
build: cypress ci yml 임시수정 6트
Browse files Browse the repository at this point in the history
  • Loading branch information
dladncks1217 committed Jan 20, 2024
1 parent f79e11e commit 3c622ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/frontend-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ on:
branches:
- refactor/#777
paths:
- frontend-monorepo/hanglog-service/**
- .github/**
- frontend-monorepo/.yarn/cache
- frontend-monorepo/.pnp.cjs
- frontend-monorepo/package.json
- frontend-monorepo/**

defaults:
run:
Expand All @@ -24,6 +21,9 @@ jobs:
- name: yarn
run: yarn install

- name: build design-system
run: yarn run build:design-system

- name: Create env file
run: |
touch .env
Expand Down
3 changes: 3 additions & 0 deletions frontend-monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"hanglog-service",
"hanglog-design-system"
],
"scripts": {
"build:design-system": "yarn workspace hang-log-design-system publish:npm"
},
"dependencies": {
"@sentry/react": "7.93.0",
"react": "^18.2.0",
Expand Down

0 comments on commit 3c622ce

Please sign in to comment.